We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b30a9 commit 2bbc1f0Copy full SHA for 2bbc1f0
test/sequential/test-inspector-stops-no-file.js
@@ -7,7 +7,7 @@ const child = spawn(process.execPath,
7
[ '--inspect', 'no-such-script.js' ],
8
{ 'stdio': 'inherit' });
9
10
-function signalHandler(value) {
+function signalHandler() {
11
child.kill();
12
process.exit(1);
13
}
0 commit comments