mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update log message
This commit is contained in:
parent
3012ab3ed4
commit
9b68fdc599
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ async function masterMain() {
|
||||||
|
|
||||||
spawnWorkers(() => {
|
spawnWorkers(() => {
|
||||||
Logger.succ('All workers started');
|
Logger.succ('All workers started');
|
||||||
Logger.info(`Now listening on port ${config.port}`);
|
Logger.info(`Now listening on port ${config.port} on ${config.url}`);
|
||||||
Logger.info(`URL is ${config.url}`);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue