Skip to content

Commit

Permalink
doc: child_process.execSync .stdio default is pipe
Browse files Browse the repository at this point in the history
PR-URL: #9701
Fixes: #9636
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
skovhus authored and Myles Borins committed Nov 22, 2016
1 parent 524ebfb commit 66e26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ added: v0.11.12
* `cwd` {String} Current working directory of the child process
* `input` {String|Buffer} The value which will be passed as stdin to the spawned process
- supplying this value will override `stdio[0]`
* `stdio` {String|Array} Child's stdio configuration.
* `stdio` {String|Array} Child's stdio configuration. (Default: 'pipe')
* `env` {Object} Environment key-value pairs
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)
Expand Down

0 comments on commit 66e26cd

Please sign in to comment.