format, lint, remove unused "running" property on ws

This commit is contained in:
Snarling
2022-08-27 22:32:48 -04:00
parent 6f36e9cdc5
commit ef1f376c09
6 changed files with 8 additions and 35 deletions
-5
View File
@@ -94,11 +94,6 @@ export class WorkerScript {
*/
ramUsage = 0;
/**
* Whether or not this workerScript is currently running
*/
running = false;
/**
* Reference to underlying RunningScript object
*/