mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-13 08:48:26 +00:00
remove non-printing unicode character
This commit is contained in:
parent
36516598f9
commit
0200ec9b24
@ -356,7 +356,7 @@ export const runAPI = async (express, app, __dirname, isPrimary = true) => {
|
||||
}, () => {
|
||||
if (isPrimary) {
|
||||
console.log(`\n` +
|
||||
Bright(Cyan("cobalt ")) + Bright("API ^ω^") + "\n" +
|
||||
Bright(Cyan("cobalt ")) + Bright("API ^ω^") + "\n" +
|
||||
|
||||
"~~~~~~\n" +
|
||||
Bright("version: ") + version + "\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user