We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524ebfb commit 66e26cdCopy full SHA for 66e26cd
doc/api/child_process.md
@@ -626,7 +626,7 @@ added: v0.11.12
626
* `cwd` {String} Current working directory of the child process
627
* `input` {String|Buffer} The value which will be passed as stdin to the spawned process
628
- supplying this value will override `stdio[0]`
629
- * `stdio` {String|Array} Child's stdio configuration.
+ * `stdio` {String|Array} Child's stdio configuration. (Default: 'pipe')
630
* `env` {Object} Environment key-value pairs
631
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
632
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)
0 commit comments