mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 09:18: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) {
|
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…
Reference in New Issue
Block a user