From a134358144caf945dd6e5305bb7e29b36544bc96 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 3 Jan 2017 04:39:44 +0900 Subject: :sparkles: --- src/utils/cli/progressbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/cli/progressbar.ts') 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; -- cgit v1.2.3-freya