mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
NETSCRIPT: Greatly speed up script launching, and remove the limitation unique args per script (#440)
* Remove the limitation unique args per script * Internal changes to how runningScripts are stored on the server, to make common usage faster.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { allContentFiles } from "./ContentFile";
|
||||
import type { BaseServer } from "../Server/BaseServer";
|
||||
import { FilePath } from "./FilePath";
|
||||
import type { FilePath } from "./FilePath";
|
||||
|
||||
/** The directory part of a BasicFilePath. Everything up to and including the last /
|
||||
* e.g. "file.js" => "", or "dir/file.js" => "dir/", or "../test.js" => "../" */
|
||||
|
||||
Reference in New Issue
Block a user