mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 06:24:25 +02:00
api/core: remove non-printable unicode character in boot message (#1182)
This commit is contained in:
parent
36516598f9
commit
0a7cf7580c
@ -356,7 +356,7 @@ export const runAPI = async (express, app, __dirname, isPrimary = true) => {
|
|||||||
}, () => {
|
}, () => {
|
||||||
if (isPrimary) {
|
if (isPrimary) {
|
||||||
console.log(`\n` +
|
console.log(`\n` +
|
||||||
Bright(Cyan("cobalt ")) + Bright("API ^ω^") + "\n" +
|
Bright(Cyan("cobalt ")) + Bright("API ^ω^") + "\n" +
|
||||||
|
|
||||||
"~~~~~~\n" +
|
"~~~~~~\n" +
|
||||||
Bright("version: ") + version + "\n" +
|
Bright("version: ") + version + "\n" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user