1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

clear error markers when build, error, unchanged; hack for dumpMemory() to work

This commit is contained in:
Steven Hugg
2018-06-29 22:42:21 -06:00
parent 9b41ae022a
commit d146a7adee
4 changed files with 36 additions and 29 deletions
+1
View File
@@ -212,5 +212,6 @@ describe('Worker', function() {
var msgs = [m, m, m2];
doBuild(msgs, done, 8192, [1,1], 0);
});
// TODO: test if compile, errors, then compile same file
});