-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3rd spawnSync()
with shared options
argument throws error
#576
Labels
child_process
Issues and PRs related to the child_process subsystem.
Comments
vkurchatkin
added
the
child_process
Issues and PRs related to the child_process subsystem.
label
Jan 23, 2015
This is not Windows specific. The problem appears to be that the options object is modified in the call. |
Thanks! #579 looks good. |
Closed in 7854811 |
This was referenced Jun 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have installed io.js, and start testing
spawnSync()
. However, callingspawnSync()
3 times with sharedoptions
argument throws an error.test.js
:Then run:
Tested on io.js v1.0.3 (Win64) on Windows 7 (64bit).
The text was updated successfully, but these errors were encountered: