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;
|
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);
|
||||||
|
@ -96,4 +96,4 @@ export default class cout {
|
||||||
error(string: any) {
|
error(string: any) {
|
||||||
this.l(String(string), "ERROR");
|
this.l(String(string), "ERROR");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue