Skip to content

Commit

Permalink
Update lib/child_process.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mestery <[email protected]>
  • Loading branch information
Trott and Mesteery authored Mar 28, 2022
1 parent a0a1641 commit 129986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/child_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const MAX_BUFFER = 1024 * 1024;
* @param {{
* cwd?: string;
* detached?: boolean;
* env?: object<string, string>;
* env?: Record<string, string>;
* execPath?: string;
* execArgv?: string[];
* gid?: number;
Expand Down

0 comments on commit 129986e

Please sign in to comment.