mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
fix
This commit is contained in:
5
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
5
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -289,6 +289,8 @@ export interface ProcessInfo {
|
||||
threads: number;
|
||||
/** Script's arguments */
|
||||
args: string[];
|
||||
/** Process ID */
|
||||
pid: number;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -4098,9 +4100,6 @@ export interface NS extends Singularity {
|
||||
* This only stops a function from logging when the function is successful.
|
||||
* If the function fails, it will still log the reason for failure.
|
||||
*
|
||||
* Notable functions that cannot have their logs disabled: run,
|
||||
* exec, exit.
|
||||
*
|
||||
* @param fn - Name of function for which to disable logging.
|
||||
*/
|
||||
disableLog(fn: string): void;
|
||||
|
||||
Reference in New Issue
Block a user