Update index.ts

This commit is contained in:
Killer Boss Original 2023-07-08 17:19:40 +02:00 committed by GitHub
parent ca04f1f7b2
commit 71de81ad73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ export default class cout {
type = " " + type; type = " " + type;
typec = chalk.white(type); typec = chalk.white(type);
emoji = "🪵"; emoji = "🪵";
emojic = "🪵 "; emojic = "🪵 ";
break; break;
case "INFO": case "INFO":
stringc = chalk.cyan(string); stringc = chalk.cyan(string);