We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c1999 commit 57e27a3Copy full SHA for 57e27a3
doc/api/child_process.md
@@ -154,7 +154,7 @@ changes:
154
* `command` {string} The command to run, with space-separated arguments.
155
* `options` {Object}
156
* `cwd` {string} Current working directory of the child process.
157
- **Default:** `null`.
+ **Default:** `process.cwd()`.
158
* `env` {Object} Environment key-value pairs. **Default:** `process.env`.
159
* `encoding` {string} **Default:** `'utf8'`
160
* `shell` {string} Shell to execute the command with. See
0 commit comments