Skip to content

Commit

Permalink
a translation mistake revised
Browse files Browse the repository at this point in the history
  • Loading branch information
zimtsui committed Aug 30, 2020
1 parent 0d261a5 commit 1b4a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion child_process/options_stdio.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fd 0、1 和 2 分别对应于 stdin、stdout 和 stderr。
在任何其他位置中,则相当于 `'ignore'`。
5. {Stream} 对象 - 与子进程共享指向 tty、文件、 socket 或管道的可读或可写流。
流的底层文件描述符在子进程中会被复制到与 `stdio` 数组中的索引对应的 fd。
该流必须具有一个底层的描述符(文件流直到触发 `'open'` 事件才需要)。
该流必须具有一个底层的描述符(文件流直到触发 `'open'` 事件才有底层文件描述符)。
6. 正整数 - 整数值会被解释为当前在父进程中打开的文件描述符。
它与子进程共享,类似于共享 {Stream} 对象的方式。
在 Windows 上不支持传入 socket。
Expand Down

0 comments on commit 1b4a481

Please sign in to comment.