This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
child_process.spawnSync() throws an error when options argument is shared #9158
Calling
child_process.spawnSync()3 times with sharedoptionsargument throws an error.test.js:This bug has been fixed on io.js v1.1.0.
See also: nodejs/node#576, nodejs/node#579