mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
many fixes
This commit is contained in:
@@ -85,6 +85,9 @@ 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