mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 07:49:58 +00:00
OH FUCK
This commit is contained in:
parent
e9e0fa82c7
commit
5696d4091d
1 changed files with 1 additions and 1 deletions
|
@ -183,5 +183,5 @@ if (process.env.selfURL && process.env.streamSalt && process.env.port) {
|
|||
console.log(`\n${Cyan(appName)} ${Bright(`v.${version}-${commitHash} (${branch})`)}\nStart time: ${Bright(`${startTime.toUTCString()} (${Math.floor(new Date().getTime())})`)}\n\nURL: ${Cyan(`${process.env.selfURL}`)}\nPort: ${process.env.port}\n`)
|
||||
})
|
||||
} else {
|
||||
console.log(Red(`cobalt hasn't been configured yet or configuration is invalid.\n`) + Bright(`please run the setup script to fix this: `) + Green(`npm run setup`))ж
|
||||
console.log(Red(`cobalt hasn't been configured yet or configuration is invalid.\n`) + Bright(`please run the setup script to fix this: `) + Green(`npm run setup`));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue