Skip to content

Commit

Permalink
Document encoding: null (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth authored and sindresorhus committed Nov 19, 2018
1 parent 4d0dc88 commit bfc9a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -240,10 +240,10 @@ Keep track of the spawned process and `kill` it when the parent process exits.

#### encoding

Type: `string`<br>
Type: `string` `null`<br>
Default: `utf8`

Specify the character encoding used to decode the `stdout` and `stderr` output.
Specify the character encoding used to decode the `stdout` and `stderr` output. If set to `null`, then `stdout` and `stderr` will be a `Buffer` instead of a string.

#### timeout

Expand Down

0 comments on commit bfc9a4e

Please sign in to comment.