mirror of https://github.com/lukechilds/node.git
Browse Source
Do not send signal to children if they are already in debug mode. Node.js on Windows does not register signal handler, and thus calling `process._debugProcess()` will throw an error. Reviewed-By: Trevor Norris <trevnorris@gmail.com> PR-URL: https://github.com/joyent/node/pull/8476v0.11.15-release
1 changed files with 23 additions and 5 deletions
Loading…
Reference in new issue