Slightly buffed hacknet nodes

This commit is contained in:
Daniel Xie
2017-06-01 08:36:49 -05:00
parent b53abeb280
commit 6ff028b5ea
6 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ function runScriptsLoop() {
var ast = Parser(Tokenizer(InputStream(workerScripts[i].code)));
//console.log(ast);
} catch (e) {
dialogBoxCreate("Syntax ERROR in " + workerScripts[i].name + ":", e, "", "");
dialogBoxCreate("Syntax ERROR in " + workerScripts[i].name + ":<br>" + e);
workerScripts[i].env.stopFlag = true;
continue;
}