Update ai.ts

This commit is contained in:
syuilo 2024-01-22 16:37:02 +09:00
parent 0a180d069c
commit 9ba856a87d

View file

@ -105,7 +105,7 @@ export default class 藍 {
@bindThis @bindThis
public log(msg: string) { public log(msg: string) {
log(chalk`[{magenta AiOS}]: ${msg}`); log(`[${chalk.magenta('AiOS')}]: ${msg}`);
} }
@bindThis @bindThis