Skip to content

Commit 2bbc1f0

Browse files
franherMylesBorins
authored andcommitted
test: remove unused parameter
PR-URL: #17193 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1 parent c2b30a9 commit 2bbc1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-inspector-stops-no-file.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const child = spawn(process.execPath,
77
[ '--inspect', 'no-such-script.js' ],
88
{ 'stdio': 'inherit' });
99

10-
function signalHandler(value) {
10+
function signalHandler() {
1111
child.kill();
1212
process.exit(1);
1313
}

0 commit comments

Comments
 (0)