| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,8 +93,6 @@ httpsServer.on('listening', () => { | |||
| 93 | 93 | httpsServer.close(); | |
| 94 | 94 | })); | |
| 95 | 95 | ||
| 96 | - req.on('error', common.mustNotCall((e) => { | ||
| 97 | - httpsServer.close(); | ||
| 98 | - })); | ||
| 96 | + req.on('error', common.mustNotCall()); | ||
| 99 | 97 | req.end(); | |
| 100 | 98 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments