[ci] yarn format
This commit is contained in:
parent
5a871f357f
commit
9461ad4252
1 changed files with 1 additions and 1 deletions
|
@ -169,4 +169,4 @@ function padStr(str: string, len: number) {
|
|||
return str + spaces;
|
||||
}
|
||||
|
||||
export const defaultLogLevel: LoggerLevel = process.argv.includes('--verbose') ? 'debug' : 'info';
|
||||
export const defaultLogLevel: LoggerLevel = process.argv.includes('--verbose') ? 'debug' : 'info';
|
||||
|
|
Loading…
Reference in a new issue