Skip to content
Closed
Changes from all commits
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
doc: remove duplicate options
Fixes: #16332
  • Loading branch information
aayush.a committed Oct 20, 2017
commit 1d7dbc6d1a1300948ab5785333fc8e2c5dccf1b6
1 change: 0 additions & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ changes:

* `command` {string} The command to run, with space-separated arguments.
* `options` {Object}
* `timeout` {number} (Default: `0`)
* `cwd` {string} Current working directory of the child process.
* `env` {Object} Environment key-value pairs.
* `encoding` {string} **Default:** `'utf8'`
Expand Down