We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6361565 commit bf663a8Copy full SHA for bf663a8
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