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
Next Next commit
fixup! fixup! doc: update spawnSync() status value possibilities
  • Loading branch information
Trott committed Mar 18, 2019
commit 321fff3eedb6c1fa04d6b88f31e52ab05462b283
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ changes:
* `stdout` {Buffer|string} The contents of `output[1]`.
* `stderr` {Buffer|string} The contents of `output[2]`.
* `status` {number|null} The exit code of the subprocess, or `null` if the
subprocess ended due to a signal.
subprocess terminated due to a signal.
* `signal` {string|null} The signal used to kill the subprocess, or `null` if
the subprocess did not end due to a signal.
* `error` {Error} The error object if the child process failed or timed out.
Expand Down