Skip to content
Snippets Groups Projects
Unverified Commit a91f9545 authored by syuilo's avatar syuilo
Browse files

Fix logger

parent 122ef23e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ export default class Logger {
}
public succ(message: string): void { // 何かに成功した状況で使う
this.log(chalk.blue.bold('INFO'), chalk.green.bold(message));
this.log(chalk.blue.green('DONE'), chalk.green.bold(message));
}
public info(message: string): void { // それ以外
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment