We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ljharb
Learn more about funding links in repositories.
Report abuse
1 parent 261596c commit a51e872Copy full SHA for a51e872
index.js
@@ -47,6 +47,8 @@ function createExitHarness (conf) {
47
48
process.on('uncaughtException', function (err) {
49
_error = err
50
+
51
+ throw err
52
})
53
54
process.on('exit', function (code) {
0 commit comments