test: don't call process.exit() in debugger tests
process.exit() tends to hide bugs, both in tests and node.js. Rewrite the tests so that the event loop exits naturally.
parent
aaf4f8d6
Please register or sign in to comment
process.exit() tends to hide bugs, both in tests and node.js. Rewrite the tests so that the event loop exits naturally.