mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 07:48:37 +02:00
allbuild commit e9254edf
This commit is contained in:
@@ -85,9 +85,6 @@ export function runScript(
|
||||
terminal.print(
|
||||
`Running script with ${numThreads} thread(s), pid ${runningScript.pid} and args: ${JSON.stringify(args)}.`,
|
||||
);
|
||||
if (runningScript.filename.endsWith(".ns")) {
|
||||
terminal.warn(".ns files are deprecated, please rename everything to .js");
|
||||
}
|
||||
if (tailFlag) {
|
||||
LogBoxEvents.emit(runningScript);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user