Skip to content

Commit

Permalink
Updating Ora import for Ora v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Oct 9, 2019
1 parent 7cae657 commit 65a9009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/logIndicator.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import ora, { Ora } from 'ora';
import ora = require('ora');
import * as colors from 'colors';

/** Holds spinner instances */
const cache: { spinner?: Ora } = {};
const cache: { spinner?: ora.Ora } = {};

/**
* Creates a new spinner instance with the specified message
Expand Down

0 comments on commit 65a9009

Please sign in to comment.