mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 06:10:44 -05:00
Semi-reverted last commit as Drak already resolved this and i forgot
This commit is contained in:
parent
77ca7c74fe
commit
2edd1e6824
@ -66,8 +66,7 @@ export class HttpServer
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
const message = this.localisationService.getText("port_already_in_use", e.port);
|
const message = this.localisationService.getText("port_already_in_use", e.port);
|
||||||
this.logger.debug(`${message} [${e.message}]`);
|
this.logger.error(`${message} [${e.message}]`);
|
||||||
throw new Error(`${message} [${e.message}]`);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user