mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Fix wrong message
This commit is contained in:
parent
fbdcb31017
commit
102350a6e3
@ -85,7 +85,7 @@ async function master(): Promise<void> {
|
||||
|
||||
// Spawn workers
|
||||
spawn(() => {
|
||||
console.log(chalk.bold.green(`\nMisskey Core is now running. [port:${config.port}]`));
|
||||
console.log(chalk.bold.green(`\nMisskey is now running. [port:${config.port}]`));
|
||||
|
||||
// Listen new workers
|
||||
cluster.on('fork', worker => {
|
||||
|
Loading…
Reference in New Issue
Block a user