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 4eb1b58 commit 43e4669Copy full SHA for 43e4669
test/inspector/test-inspector-stops-no-file.js
@@ -6,7 +6,7 @@ const child = spawn(process.execPath,
6
[ '--inspect', 'no-such-script.js' ],
7
{ 'stdio': 'inherit' });
8
9
-function signalHandler(value) {
+function signalHandler() {
10
child.kill();
11
process.exit(1);
12
}
0 commit comments