From 129986ea2837f40264dc7826aeb1617223dd5ba1 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 28 Mar 2022 07:03:43 -0700 Subject: [PATCH] Update lib/child_process.js Co-authored-by: Mestery --- lib/child_process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/child_process.js b/lib/child_process.js index 28ba4e482e0f74..755cd617b74d36 100644 --- a/lib/child_process.js +++ b/lib/child_process.js @@ -98,7 +98,7 @@ const MAX_BUFFER = 1024 * 1024; * @param {{ * cwd?: string; * detached?: boolean; - * env?: object; + * env?: Record; * execPath?: string; * execArgv?: string[]; * gid?: number;