-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
child_process,Windows: fix docs for spawn({shell}) #14156
Copy link
Copy link
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.
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.
https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options erronously states that
cmd.exeis the defaultshellfor windows, while infact it'sprocess.env.ComSpec.The same goes for: