mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
update helper message for killall (#709)
This commit is contained in:
parent
2c0f7f1eda
commit
2e84512881
@ -824,10 +824,7 @@ export const ns: InternalAPI<NSFull> = {
|
||||
++scriptsKilled;
|
||||
}
|
||||
}
|
||||
helpers.log(
|
||||
ctx,
|
||||
() => `Killing all scripts on '${server.hostname}'. May take a few minutes for the scripts to die.`,
|
||||
);
|
||||
helpers.log(ctx, () => `Killing all scripts on '${server.hostname}'.`);
|
||||
|
||||
return scriptsKilled > 0;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user