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 6c4f786 commit 81fceb3Copy full SHA for 81fceb3
test/addons/make-callback-recurse/test.js
@@ -15,7 +15,7 @@ assert.throws(function() {
15
makeCallback({}, function() {
16
throw new Error('hi from domain error');
17
});
18
-});
+}, /^Error: hi from domain error$/);
19
20
21
// Check the execution order of the nextTickQueue and MicrotaskQueue in
0 commit comments