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
fixup: address review comment
  • Loading branch information
HarshithaKP committed Jan 16, 2020
commit 4f9931b2ccc0422321129374eb82b7d4acec84cc
14 changes: 7 additions & 7 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,13 @@ time it takes to send the connection to the child.
The `subprocess.signalCode` property indicates the signal number received by
the child process if any, else null.

### `subprocess.spawnargs`

* {Array}

The `subprocess.spawnargs` property represents the full list of command line
arguments the child process was launched with.

### `subprocess.spawnfile`

* {string}
Expand All @@ -1396,13 +1403,6 @@ the executable file.
For [`child_process.exec()`][], its value will be the name of the shell
in which the child process is launched.

### `subprocess.spawnargs`

* {Array}

The `subprocess.spawnargs` property represents the full list of command line
arguments the child process was launched with.

### `subprocess.stderr`
<!-- YAML
added: v0.1.90
Expand Down