mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
Format
This commit is contained in:
parent
ec81fb60c3
commit
55df97d3d5
@ -613,7 +613,7 @@ function getRunningScriptByArgs(
|
|||||||
throw helpers.makeRuntimeRejectMsg(
|
throw helpers.makeRuntimeRejectMsg(
|
||||||
ctx.workerScript,
|
ctx.workerScript,
|
||||||
`Invalid scriptArgs argument passed into getRunningScript() from ${ctx.function}(). ` +
|
`Invalid scriptArgs argument passed into getRunningScript() from ${ctx.function}(). ` +
|
||||||
`This is probably a bug. Please report to game developer`,
|
`This is probably a bug. Please report to game developer`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ export function prestigeWorkerScripts(): void {
|
|||||||
ws.env.stopFlag = true;
|
ws.env.stopFlag = true;
|
||||||
killWorkerScript(ws);
|
killWorkerScript(ws);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const [__, port] of NetscriptPorts.entries()) {
|
for (const [__, port] of NetscriptPorts.entries()) {
|
||||||
port.clear();
|
port.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user