✨
This commit is contained in:
parent
44ef1c1a4a
commit
a134358144
5 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue