Use different starter for Logger

This commit is contained in:
powermaker450 2024-07-26 01:18:18 -04:00
parent 405fa64be0
commit 1c9e6c34a6

View file

@ -9,7 +9,7 @@ export class Logger {
this._wrn = chalk.yellow;
this._err = chalk.red;
this._main = chalk.bold.gray("Tailchat-Assistant:");
this._main = chalk.bold.gray("[Tailchat Assistant]");
}
log(text: any): void {