Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: child_process.execFile arguments are optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github authored and tjfontaine committed Jan 16, 2014
1 parent 7f81ca2 commit 549be1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Expand Up @@ -531,7 +531,7 @@ amount of data allowed on stdout or stderr - if this value is exceeded then
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
* `args` {Array} List of string arguments
Expand Down

0 comments on commit 549be1c

Please sign in to comment.