We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9197f0c commit 3d86f32Copy full SHA for 3d86f32
test/parallel/test-async-wrap-promise-after-enabled.js
@@ -9,6 +9,8 @@ const async_hooks = require('async_hooks');
9
10
const seenEvents = [];
11
12
+common.crashOnUnhandledRejection();
13
+
14
const p = new Promise((resolve) => resolve(1));
15
p.then(() => seenEvents.push('then'));
16
0 commit comments