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 9bf2da3 commit dc4aa89Copy full SHA for dc4aa89
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