Closed
Description
- Version: *
- Platform: Windows
- Subsystem: child_process
https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options erronously states that cmd.exe
is the default shell
for windows, while infact it's process.env.ComSpec
.
The same goes for: