We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a536b03 commit 2d2e780Copy full SHA for 2d2e780
test/parallel/test-async-hooks-promise-enable-disable.js
@@ -8,6 +8,8 @@ let p_resource = null;
8
let p_er = null;
9
let p_inits = 0;
10
11
+common.crashOnUnhandledRejection();
12
+
13
// Not useful to place common.mustCall() around 'exit' event b/c it won't be
14
// able to check it anway.
15
process.on('exit', (code) => {
0 commit comments