Skip to content

Commit 1053108

Browse files
franhergibfahn
authored andcommitted
test: remove unused parameter
PR-URL: #17193 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
1 parent 9a91cfc commit 1053108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)