mirror of https://github.com/lukechilds/node.git
Browse Source
This commit removes C++ checks from spawn() and spawnSync() that are duplicates of the JavaScript type checking. Fixes: https://github.com/nodejs/node/issues/8096 Fixes: https://github.com/nodejs/node/issues/8539 Refs: https://github.com/nodejs/node/issues/9722 PR-URL: https://github.com/nodejs/node/pull/8312 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v6
cjihrig
8 years ago
2 changed files with 12 additions and 27 deletions
Loading…
Reference in new issue