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 4df850b commit 6694c26Copy full SHA for 6694c26
1 file changed
test/parallel/test-debugger-pid.js
@@ -34,10 +34,6 @@ interfacer.on('line', function(line) {
34
expected = `(node:${pid}) ${msg}`;
35
break;
36
37
- case 2:
38
- expected = 'The parameter is incorrect.';
39
- break;
40
-
41
default:
42
return;
43
}
0 commit comments