Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#2778 Reviewed-By: Ben Noordhuis <[email protected]>
- Loading branch information