Merge pull request #4072 from Snarling/exitExits

NETSCRIPT: FIX #2376 ns.exit now exits immediately
This commit is contained in:
hydroflame
2022-09-23 00:57:15 -03:00
committed by GitHub
2 changed files with 6 additions and 7 deletions

View File

@@ -5446,7 +5446,7 @@ export interface NS {
* @remarks
* RAM cost: 0 GB
*/
exit(): void;
exit(): never;
/**
* Copy file between servers.