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 f8b60e4 commit 3047cf1Copy full SHA for 3047cf1
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