npm run format

This commit is contained in:
Staszek Welsh 2022-06-10 20:03:43 +01:00
parent ecc56213bc
commit d2d76d40e0

@ -5878,7 +5878,11 @@ export interface NS {
* @param args - Arguments to identify the script
* @returns The info about the running script if found, and null otherwise.
*/
getRunningScript(filename?: FilenameOrPID, hostname?: string, ...args: (string | number | boolean)[]): RunningScript | null;
getRunningScript(
filename?: FilenameOrPID,
hostname?: string,
...args: (string | number | boolean)[]
): RunningScript | null;
/**
* Get cost of purchasing a server.