mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Update log message
This commit is contained in:
parent
fd8c59314d
commit
54047d88d8
@ -86,7 +86,7 @@ async function master(): Promise<void> {
|
|||||||
|
|
||||||
// Spawn workers
|
// Spawn workers
|
||||||
spawn(() => {
|
spawn(() => {
|
||||||
console.log(chalk.bold.green(`\nMisskey is now running. [port:${config.port}]`));
|
Logger.info(chalk.bold.green(`Now listening on port ${config.port}`));
|
||||||
|
|
||||||
// Listen new workers
|
// Listen new workers
|
||||||
cluster.on('fork', worker => {
|
cluster.on('fork', worker => {
|
||||||
|
Loading…
Reference in New Issue
Block a user