mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { WorkerScript } from "./WorkerScript";
|
||||
|
||||
/** Global pool of all active scripts (scripts that are currently running) */
|
||||
export const workerScripts: Map<number, WorkerScript> = new Map();
|
||||
export const workerScripts = new Map<number, WorkerScript>();
|
||||
|
||||
Reference in New Issue
Block a user