Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
child_process: fix spawn() optional arguments
Spawn's arguments were documented to be optional, as they are for the other similar child_process APIs, but the code was missing. Result was `child_process.spawn('node', {})` errored when calling slice() on an Object, now it behaves as the documentation said it would.
- Loading branch information