Skip to content

Commit

Permalink
fix: issue with prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Dec 28, 2023
1 parent 2a2fc27 commit 8cf28d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/chipps/package/dependencies/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ export default class PackageDependenciesInstall extends SfCommand<PackageToInsta
this.warn(warningMsg);
});

this.spinner.stop();

if (flags['publish-wait']?.milliseconds > 0) {
let timeThen = Date.now();
// waiting for publish to finish
Expand Down

0 comments on commit 8cf28d4

Please sign in to comment.