From 65a90093bd99ec315c7782baf8f56d379961faf7 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 9 Oct 2019 16:31:56 +1100 Subject: [PATCH] Updating Ora import for Ora v4. --- src/cli/logIndicator.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/logIndicator.ts b/src/cli/logIndicator.ts index 7f0b4a7..93af772 100644 --- a/src/cli/logIndicator.ts +++ b/src/cli/logIndicator.ts @@ -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