Skip to content

Commit

Permalink
Update ai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jan 22, 2024
1 parent 0a180d0 commit 9ba856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class 藍 {

@bindThis
public log(msg: string) {
log(chalk`[{magenta AiOS}]: ${msg}`);
log(`[${chalk.magenta('AiOS')}]: ${msg}`);
}

@bindThis
Expand Down

0 comments on commit 9ba856a

Please sign in to comment.