0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:50:44 -05:00

Semi-reverted last commit as Drak already resolved this and i forgot

This commit is contained in:
Dev 2024-06-20 22:43:01 +01:00
parent 77ca7c74fe
commit 2edd1e6824

View File

@ -66,8 +66,7 @@ export class HttpServer
else
{
const message = this.localisationService.getText("port_already_in_use", e.port);
this.logger.debug(`${message} [${e.message}]`);
throw new Error(`${message} [${e.message}]`);
this.logger.error(`${message} [${e.message}]`);
}
});