From 71de81ad73ce5b385f501b37fe49cc888305e58f Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:19:40 +0200 Subject: [PATCH] Update index.ts --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}