mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
Fix wrong message
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user