diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-06 19:59:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-06 19:59:14 +0900 |
| commit | 7940c0901d4acff93169f62f4b80d58b287ca48e (patch) | |
| tree | c7c7f18f2477ed8ca2bc5d3395cdb1ea758b2653 /src/utils/cli | |
| parent | Remove needless dependent (diff) | |
| download | sharkey-7940c0901d4acff93169f62f4b80d58b287ca48e.tar.gz sharkey-7940c0901d4acff93169f62f4b80d58b287ca48e.tar.bz2 sharkey-7940c0901d4acff93169f62f4b80d58b287ca48e.zip | |
:v:
Diffstat (limited to 'src/utils/cli')
| -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 4afb4b0904..72496fdedc 100644 --- a/src/utils/cli/progressbar.ts +++ b/src/utils/cli/progressbar.ts @@ -1,6 +1,6 @@ import { EventEmitter } from 'events'; import * as readline from 'readline'; -import * as chalk from 'chalk'; +import chalk from 'chalk'; /** * Progress bar |