From 9ba856a87d95ba960114b2e73055dc4a85c63277 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 22 Jan 2024 16:37:02 +0900 Subject: [PATCH] Update ai.ts --- src/ai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai.ts b/src/ai.ts index 08502e2..c44bfba 100644 --- a/src/ai.ts +++ b/src/ai.ts @@ -105,7 +105,7 @@ export default class 藍 { @bindThis public log(msg: string) { - log(chalk`[{magenta AiOS}]: ${msg}`); + log(`[${chalk.magenta('AiOS')}]: ${msg}`); } @bindThis