diff --git a/packages/contentstack-import/src/import/module-importer.ts b/packages/contentstack-import/src/import/module-importer.ts index 46c780bf97..68a803736d 100755 --- a/packages/contentstack-import/src/import/module-importer.ts +++ b/packages/contentstack-import/src/import/module-importer.ts @@ -143,8 +143,8 @@ class ModuleImporter { this.importConfig.forceStopMarketplaceAppsPrompt || (await cliux.inquire({ type: 'confirm', - message: 'Can you check the fix on the given path and confirm if you would like to proceed with the fix?', name: 'confirmation', + message: 'Can you check the fix on the given path and confirm if you would like to proceed with the fix?', })) ) { return true; @@ -153,6 +153,8 @@ class ModuleImporter { return false; } } + + return true; } catch (error) { trace(error); log(this.importConfig, `Audit failed with following error. ${error}`, 'error');