Remove unused augmentationStats interface

All augmentations have all multipliers
This commit is contained in:
Snarling
2022-09-27 16:20:26 -04:00
parent 3d4d02a573
commit 25be5c2990
3 changed files with 63 additions and 102 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function stopAndCleanUpWorkerScript(ws: WorkerScript): void {
if (ws.delay) clearTimeout(ws.delay);
ws.delayReject?.(new ScriptDeath(ws));
ws.env.runningFn = "";
if (typeof ws.atExit === "function") {
try {
ws.env.stopFlag = false;