Browse Source

doc: child_process.execFile arguments are optional

v0.10.25-release
Sam Roberts 11 years ago
committed by Timothy J Fontaine
parent
commit
549be1caa8
  1. 2
      doc/api/child_process.markdown

2
doc/api/child_process.markdown

@ -531,7 +531,7 @@ amount of data allowed on stdout or stderr - if this value is exceeded then
the child process is killed. the child process is killed.
## child_process.execFile(file, args, options, callback) ## child_process.execFile(file, [args], [options], [callback])
* `file` {String} The filename of the program to run * `file` {String} The filename of the program to run
* `args` {Array} List of string arguments * `args` {Array} List of string arguments

Loading…
Cancel
Save