diff options
Diffstat (limited to 'src/util/logger.ts')
| -rw-r--r-- | src/util/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/logger.ts b/src/util/logger.ts index 49dcd86..34de473 100644 --- a/src/util/logger.ts +++ b/src/util/logger.ts @@ -21,7 +21,7 @@ export class Logger { public progress( current: number, total: number, - config?: { title: string; description: string } + config?: { title?: string; description: string } ) { console.clear(); if (config?.title) { |
