Skip to content

Commit

Permalink
doc: rephrase text of child_process.execSync()
Browse files Browse the repository at this point in the history
Rephrases the error thrown by child_process.execSync().

PR-URL: #14953
Fixes: #14944
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
ayazhafiz authored and MylesBorins committed Sep 20, 2017
1 parent 968121b commit 7546eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ the `SIGTERM` signal and does not exit, the parent process will still wait
until the child process has exited.*

If the process times out, or has a non-zero exit code, this method ***will***
throw. The [`Error`][] object will contain the entire result from
[`child_process.spawnSync()`][]
throw an [`Error`][] that will include the full result of the underlying
[`child_process.spawnSync()`][].

### child_process.execSync(command[, options])
<!-- YAML
Expand Down

0 comments on commit 7546eef

Please sign in to comment.