Skip to content

Commit 43e4669

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 4eb1b58 commit 43e4669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)