forked from FoundKeyGang/FoundKey
Fix logger
This commit is contained in:
parent
122ef23e0f
commit
a91f95451a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default class Logger {
|
||||||
}
|
}
|
||||||
|
|
||||||
public succ(message: string): void { // 何かに成功した状況で使う
|
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 { // それ以外
|
public info(message: string): void { // それ以外
|
||||||
|
|
Loading…
Reference in a new issue