Skip to content

Commit

Permalink
fix: ESlint findings
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Sep 4, 2024
1 parent bed1874 commit f0469de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function _listen(app: express.Application | Server<typeof IncomingMessage, typeo

void portscanner.findAPortNotInUse(port, portMax, host, function (error, foundPort) {
if (error) {
reject(error as Error);
reject(error);
return;
}

Expand Down

0 comments on commit f0469de

Please sign in to comment.