Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4fc33ac

Browse filesBrowse files
lfortinFishrock123
authored andcommitted
doc: make execFileSync in line with execFile
PR-URL: #2940 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 8335ec7 commit 4fc33ac
Copy full SHA for 4fc33ac

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.markdown‎

Copy file name to clipboardExpand all lines: doc/api/child_process.markdown
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,9 @@ until the process has completely exited. That is to say, if the process handles
704704
the `SIGTERM` signal and doesn't exit, your process will wait until the child
705705
process has exited.
706706

707-
### child_process.execFileSync(command[, args][, options])
707+
### child_process.execFileSync(file[, args][, options])
708708

709-
* `command` {String} The command to run
709+
* `file` {String} The filename of the program to run
710710
* `args` {Array} List of string arguments
711711
* `options` {Object}
712712
* `cwd` {String} Current working directory of the child process

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.