doc: rephrase text of child_process.execSync() · nodejs/node@7546eef

Original file line numberDiff line numberDiff line change

@@ -611,8 +611,8 @@ the `SIGTERM` signal and does not exit, the parent process will still wait

611611

until the child process has exited.*

612612
613613

If the process times out, or has a non-zero exit code, this method ***will***

614-

throw. The [`Error`][] object will contain the entire result from

615-

[`child_process.spawnSync()`][]

614+

throw an [`Error`][] that will include the full result of the underlying

615+

[`child_process.spawnSync()`][].

616616
617617

### child_process.execSync(command[, options])

618618

<!-- YAML