| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c2b30a9 commit 2bbc1f0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ const child = spawn(process.execPath, | |||
| 7 | 7 | [ '--inspect', 'no-such-script.js' ], | |
| 8 | 8 | { 'stdio': 'inherit' }); | |
| 9 | 9 | ||
| 10 | - function signalHandler(value) { | ||
| 10 | + function signalHandler() { | ||
| 11 | 11 | child.kill(); | |
| 12 | 12 | process.exit(1); | |
| 13 | 13 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments