Skip to content

Commit

Permalink
test: remove unused parameter
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
franher authored and gibfahn committed Dec 20, 2017
1 parent cebedd6 commit 1f20891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-inspector-stops-no-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const child = spawn(process.execPath,
[ '--inspect', 'no-such-script.js' ],
{ 'stdio': 'inherit' });

function signalHandler(value) {
function signalHandler() {
child.kill();
process.exit(1);
}
Expand Down

0 comments on commit 1f20891

Please sign in to comment.