Skip to content

Commit 129986e

Browse files
TrottMesteery
andauthored
Update lib/child_process.js
Co-authored-by: Mestery <mestery@protonmail.com>
1 parent a0a1641 commit 129986e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/child_process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const MAX_BUFFER = 1024 * 1024;
9898
* @param {{
9999
* cwd?: string;
100100
* detached?: boolean;
101-
* env?: object<string, string>;
101+
* env?: Record<string, string>;
102102
* execPath?: string;
103103
* execArgv?: string[];
104104
* gid?: number;

0 commit comments

Comments
 (0)