allbuild commit b60f3da8

This commit is contained in:
Olivier Gagnon
2022-05-25 18:38:01 -04:00
parent b60f3da80e
commit 216055b3e0
9 changed files with 7 additions and 40 deletions
-5
View File
@@ -112,11 +112,6 @@ export class WorkerScript {
*/
atExit: any;
/**
* Once this counter reaches it's limit the script crashes. It is reset when a promise completes.
*/
infiniteLoopSafety = performance.now();
constructor(runningScriptObj: RunningScript, pid: number, nsFuncsGenerator?: (ws: WorkerScript) => NS) {
this.name = runningScriptObj.filename;
this.hostname = runningScriptObj.server;