Skip to content

Commit

Permalink
doc: add missing windowsVerbatimArguments option in child_process.spawn
Browse files Browse the repository at this point in the history
/cc @nodejs/documentation @SetTrend

Fixes nodejs#5060
  • Loading branch information
stevemao authored Jul 26, 2016
1 parent e22ffef commit 229e475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ added: v0.5.0
* `options` {Object}
* `cwd` {String} Current working directory of the child process
* `env` {Object} Environment key-value pairs
* `windowsVerbatimArguments` {Boolean} Disable unix-like argument formatting and
instead use only spaces to separate provided arguments
* `execPath` {String} Executable used to create the child process
* `execArgv` {Array} List of string arguments passed to the executable
(Default: `process.execArgv`)
Expand Down

0 comments on commit 229e475

Please sign in to comment.