cluster: do not signal children in debug mode
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/8476
parent
6a610a0f
Please register or sign in to comment