Skip to content

Commit

Permalink
doc: fixed wording in child_process
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Indutny <[email protected]>
  • Loading branch information
cb1kenobi authored and indutny committed May 31, 2014
1 parent 72cc66e commit 715bb7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ child, and it is no longer possible to send messages.
The 'disconnect' event will be emitted when there are no messages in the process
of being received, most likely immediately.

Note that you can also call `process.disconnect()` in the child process.
Note that you can also call `process.disconnect()` in the child process when the
child process has any open IPC channels with the parent (i.e `fork()`).

## child_process.spawn(command, [args], [options])

Expand Down

0 comments on commit 715bb7f

Please sign in to comment.