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
doc: add child_process prefix to spawnSync
Fixes: #14944
  • Loading branch information
ayazhafiz committed Aug 20, 2017
commit ebf0b49d402db70e40a15a101c11f82d861e0a57
3 changes: 1 addition & 2 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ exited.

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

### child_process.execSync(command[, options])
<!-- YAML
Expand Down Expand Up @@ -1339,7 +1339,6 @@ unavailable.
[`process.on('disconnect')`]: process.html#process_event_disconnect
[`process.on('message')`]: process.html#process_event_message
[`process.send()`]: process.html#process_process_send_message_sendhandle_options_callback
[`spawnSync()`]: #child_process_child_process_spawnsync_command_args_options
[`stdio`]: #child_process_options_stdio
[`util.promisify()`]: util.html#util_util_promisify_original
[Default Windows Shell]: #child_process_default_windows_shell
Expand Down