Update index.ts
This commit is contained in:
parent
ca04f1f7b2
commit
71de81ad73
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ export default class cout {
|
|||
type = " " + type;
|
||||
typec = chalk.white(type);
|
||||
emoji = "🪵";
|
||||
emojic = "🪵 ";
|
||||
emojic = "🪵 ";
|
||||
break;
|
||||
case "INFO":
|
||||
stringc = chalk.cyan(string);
|
||||
|
|
Loading…
Reference in a new issue