[ci] yarn format

This commit is contained in:
matthewp 2021-06-08 12:59:42 +00:00 committed by GitHub Actions
parent 5a871f357f
commit 9461ad4252

View file

@ -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';