Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66e26cd

Browse filesBrowse files
skovhusMyles Borins
authored andcommitted
doc: child_process.execSync .stdio default is pipe
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>
1 parent 524ebfb commit 66e26cd
Copy full SHA for 66e26cd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.md‎

Copy file name to clipboardExpand all lines: doc/api/child_process.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.