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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/child_process.js

Lines changed: 1 addition & 1 deletion
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)