Skip to content

Commit 66e26cd

Browse files
skovhusMyles Borins
authored and
Myles Borins
committed
doc: child_process.execSync .stdio default is pipe
PR-URL: #9701 Fixes: #9636 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 524ebfb commit 66e26cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ added: v0.11.12
626626
* `cwd` {String} Current working directory of the child process
627627
* `input` {String|Buffer} The value which will be passed as stdin to the spawned process
628628
- supplying this value will override `stdio[0]`
629-
* `stdio` {String|Array} Child's stdio configuration.
629+
* `stdio` {String|Array} Child's stdio configuration. (Default: 'pipe')
630630
* `env` {Object} Environment key-value pairs
631631
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
632632
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)

0 commit comments

Comments
 (0)