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 d14c132 commit 6106694Copy full SHA for 6106694
test/parallel/test-signal-safety.js
@@ -9,4 +9,4 @@ assert.throws(function() {
9
const s = new Signal();
10
const nots = { start: s.start };
11
nots.start(9);
12
-}, TypeError);
+}, /^TypeError: Illegal invocation$/);
0 commit comments