We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a159a2c commit 0754734Copy full SHA for 0754734
test/addons/make-callback-recurse/test.js
@@ -9,6 +9,7 @@ const makeCallback = binding.makeCallback;
9
// Make sure this is run in the future.
10
const mustCallCheckDomains = common.mustCall(checkDomains);
11
12
+common.crashOnUnhandledRejection();
13
14
// Make sure that using MakeCallback allows the error to propagate.
15
assert.throws(function() {
0 commit comments