We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34cceb commit 18cf096Copy full SHA for 18cf096
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