diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-01-03 04:39:44 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-01-03 04:39:44 +0900 |
| commit | a134358144caf945dd6e5305bb7e29b36544bc96 (patch) | |
| tree | 4053357bf71c2d7c7a420b33748114fdb13d2576 /src/utils/cli/progressbar.ts | |
| parent | :sparkles: (diff) | |
| download | sharkey-a134358144caf945dd6e5305bb7e29b36544bc96.tar.gz sharkey-a134358144caf945dd6e5305bb7e29b36544bc96.tar.bz2 sharkey-a134358144caf945dd6e5305bb7e29b36544bc96.zip | |
:sparkles:
Diffstat (limited to 'src/utils/cli/progressbar.ts')
| -rw-r--r-- | src/utils/cli/progressbar.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cli/progressbar.ts b/src/utils/cli/progressbar.ts index 273fc5c0cd..f9b690a904 100644 --- a/src/utils/cli/progressbar.ts +++ b/src/utils/cli/progressbar.ts @@ -5,7 +5,7 @@ import * as chalk from 'chalk'; /** * Progress bar */ -export default class ProgressBar extends ev.EventEmitter { +export default class extends ev.EventEmitter { public max: number; public value: number; public text: string; |