mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Update log message
This commit is contained in:
parent
d7c24c1f15
commit
5d9fb1b513
@ -184,7 +184,7 @@ async function init(): Promise<State> {
|
||||
|
||||
// Check if a port is being used
|
||||
if (await portUsed.check(config.port)) {
|
||||
Logger.error(`Port: ${config.port} is already used!`);
|
||||
Logger.error(`Port ${config.port} is already used`);
|
||||
return State.failed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user