update helper message for killall (#709)

This commit is contained in:
myCatsName 2023-08-05 18:26:37 -06:00 committed by GitHub
parent 2c0f7f1eda
commit 2e84512881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
},