Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address nit
  • Loading branch information
jasnell committed Apr 3, 2016
commit 8c8910e7125c2aba1da2b76efc7fdd6dc525d250
6 changes: 3 additions & 3 deletions doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ to be an error.
The `stdout` and `stderr` arguments passed to the callback will contain the
stdout and stderr output of the child process. By default, Node.js will decode
the output as UTF-8 and pass strings to the callback. The `encoding` option
(see below) can be used to specify the character encoding used to decode the
stdout and stderr output. If `encoding` is `'buffer'`, `Buffer` objects will be
passed to the callback instead.
can be used to specify the character encoding used to decode the stdout and
stderr output. If `encoding` is `'buffer'`, `Buffer` objects will be passed to
the callback instead.

The `options` argument may be passed as the second argument to customize how
the process is spawned. The default options are:
Expand Down