We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8335ec7 commit 4fc33acCopy full SHA for 4fc33ac
1 file changed
doc/api/child_process.markdown
@@ -704,9 +704,9 @@ until the process has completely exited. That is to say, if the process handles
704
the `SIGTERM` signal and doesn't exit, your process will wait until the child
705
process has exited.
706
707
-### child_process.execFileSync(command[, args][, options])
+### child_process.execFileSync(file[, args][, options])
708
709
-* `command` {String} The command to run
+* `file` {String} The filename of the program to run
710
* `args` {Array} List of string arguments
711
* `options` {Object}
712
* `cwd` {String} Current working directory of the child process
0 commit comments