Rebalanced part tiem company position wages

This commit is contained in:
Daniel Xie
2017-05-12 00:25:54 -05:00
parent 856105e95f
commit 55ded7d60c
2 changed files with 6 additions and 7 deletions
-1
View File
@@ -31,7 +31,6 @@ function runScriptsLoop() {
if (workerScripts[i].running == false && workerScripts[i].env.stopFlag == false) {
try {
var ast = Parser(Tokenizer(InputStream(workerScripts[i].code)));
console.log(ast);
} catch (e) {
dialogBoxCreate("Syntax ERROR in " + workerScripts[i].name + ":", e, "", "");
workerScripts[i].env.stopFlag = true;