From bd7fa92de421048b0eb8fb810eb66829424fc07f Mon Sep 17 00:00:00 2001 From: Yazhong Liu Date: Mon, 2 Dec 2013 13:31:06 +0800 Subject: doc: list execArgv option for child_process.fork() --- doc/api/child_process.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 40cd18352..7b51902d3 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -555,6 +555,8 @@ leaner than `child_process.exec`. It has the same options. * `env` {Object} Environment key-value pairs * `encoding` {String} (Default: 'utf8') * `execPath` {String} Executable used to create the child process + * `execArgv` {Array} List of string arguments passed to the executable + (Default: `process.execArgv`) * `silent` {Boolean} If true, prevent stdout and stderr in the spawned node process from being associated with the parent's (default is false) * Return: ChildProcess object -- cgit v1.2.1