Updated changelog

This commit is contained in:
Daniel Xie
2017-06-11 15:39:01 -05:00
parent d48428f0e8
commit 2a5647bda8
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function runScriptsLoop() {
if (workerScripts[i].running == false && workerScripts[i].env.stopFlag == false) {
try {
var ast = Parser(Tokenizer(InputStream(workerScripts[i].code)));
console.log(ast);
//console.log(ast);
} catch (e) {
console.log("Error parsing script: " + workerScripts[i].name);
dialogBoxCreate("Syntax ERROR in " + workerScripts[i].name + ":<br>" + e);