revert omuretsu fix

This commit is contained in:
Olivier Gagnon
2021-11-13 20:39:16 -05:00
parent 82314762d5
commit fd8be890aa
4 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -138,8 +138,7 @@ function startNetscript2Script(workerScript: WorkerScript): Promise<WorkerScript
workerScript.errorMessage = e;
throw workerScript;
}
workerScript.errorMessage = makeRuntimeRejectMsg(workerScript, "Unknown error: " + JSON.stringify(e));
throw workerScript;
throw e; // Don't know what to do with it, let's rethrow.
});
}