-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Closed
Copy link
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.invalidIssues and PRs that are invalid.Issues and PRs that are invalid.
Description
I'm not sure if it's a bug or whether it's the design intent.
- Version:
v10.15.2
- Platform:
Darwin bogon 18.7.0 Darwin Kernel Version 18.7.0 x86_64
- Subsystem:
bin/test.sh
#!/bin/bash
echo $1
echo $2
here is my debug info:
Line 601 in 1a96d83
return child_process.spawnSync(opts); |
the final exec script
/bin/sh -c ./bin/test.sh arg0 arg1
here is my trying
the final exec script
/bin/sh -c "./bin/test.sh arg0 arg1"
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.invalidIssues and PRs that are invalid.Issues and PRs that are invalid.