mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.10.25-release
Sam Roberts
11 years ago
committed by
Timothy J Fontaine
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue