Skip to content

Commit

Permalink
doc: add Note of options.stdio into child_process
Browse files Browse the repository at this point in the history
PR-URL: #26604
Refs: #22892 (comment)
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Bartosz Sosnowski <[email protected]>
  • Loading branch information
koh110 authored and MylesBorins committed May 16, 2019
1 parent 83c2a14 commit 09f162b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,8 @@ pipes between the parent and child. The value is one of the following:
event has occurred).
6. Positive integer - The integer value is interpreted as a file descriptor
that is currently open in the parent process. It is shared with the child
process, similar to how {Stream} objects can be shared.
process, similar to how {Stream} objects can be shared. Passing sockets
is not supported on Windows.
7. `null`, `undefined` - Use default value. For stdio fds 0, 1, and 2 (in other
words, stdin, stdout, and stderr) a pipe is created. For fd 3 and up, the
default is `'ignore'`.
Expand Down

0 comments on commit 09f162b

Please sign in to comment.