This commit is contained in:
danielyxie
2019-07-15 21:40:13 -07:00
committed by danielyxie
parent 916ef06913
commit 59cf1d5baf
11 changed files with 220 additions and 75103 deletions
-1
View File
@@ -49,7 +49,6 @@ export function prestigeWorkerScripts() {
for (const ws of workerScripts.values()) {
ws.env.stopFlag = true;
killWorkerScript(ws);
console.log(`Killing ${ws.name}`);
}
WorkerScriptStartStopEventEmitter.emitEvent();