Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
playerx committed Nov 21, 2019
1 parent a9d445f commit 34cdf50
Show file tree
Hide file tree
Showing 2 changed files with 1,396 additions and 1,068 deletions.
6 changes: 3 additions & 3 deletions src/integration/output.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { eraseLine } from 'ansi-escapes'
import ansiEscapes from 'ansi-escapes'
import chalk from 'chalk'
import * as ora from 'ora'
import ora from 'ora'
const ms = require('ms')

export function info(msg) {
Expand Down Expand Up @@ -32,7 +32,7 @@ export function wait(msg) {

return function () {
spinner.stop()
process.stdout.write(eraseLine)
process.stdout.write(ansiEscapes.eraseLine)
}
}

Expand Down
Loading

0 comments on commit 34cdf50

Please sign in to comment.