Changed text to show 'Apply for Promotion' At a company if you already have a job there. Script runtime errors create dialog boxes now

This commit is contained in:
Daniel Xie
2017-02-24 09:11:45 -06:00
parent 06726e890b
commit db476ee902
2 changed files with 34 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@ function runScriptsLoop() {
//Post error message to terminal
//TODO Only post this if you're on the machine the script is running on?
post("Script runtime error: " + errorMsg);
dialogBoxCreate("Script runtime error: ", "Server Ip: " + serverIp, "Script name: " + scriptName, errorMsg);
//Find the corresponding workerscript and set its flags to kill it
for (var i = 0; i < workerScripts.length; ++i) {