mirror of https://github.com/lukechilds/node.git
Browse Source
The debug process running "node debug a.js" will be stuck when the script ends. This is because the debug handler has been unrefed. We shouldn't unref the debug handler to avoid this problem. PR-URL: https://github.com/nodejs/node/pull/2778 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v5.x
committed by
Ben Noordhuis
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue