-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
I assume that exec
and execSync
have the same set of options, but in the documentation some are missing:
The shell
option mentioned in child_process.exec
is absent from the execSync
documentation.
Conversely, the Edit: Hm, I'm not sure if these are actually supported by input
and stdio
options mentioned in child_process.execSync
are absent from the exec
documentation.exec
. Strange.
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.