diff --git a/src/index.ts b/src/index.ts index 013fead..49fef39 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,7 +41,7 @@ export default class cout { type = " " + type; typec = chalk.white(type); emoji = "🪵"; - emojic = "🪵 "; + emojic = "🪵 "; break; case "INFO": stringc = chalk.cyan(string); @@ -96,4 +96,4 @@ export default class cout { error(string: any) { this.l(String(string), "ERROR"); } -} \ No newline at end of file +}