Commit 38218631 authored by Fedor Indutny's avatar Fedor Indutny
Browse files

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: default avatarTrevor Norris <trevnorris@gmail.com>
PR-URL: https://github.com/joyent/node/pull/8476
parent 6a610a0f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment