Skip to content

Commit

Permalink
fix: incorrect cleanup spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 1, 2024
1 parent d4dbd0c commit 3997fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/chipps/package/version/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export default class PackageVersionCleanup extends SfCommand<PackageVersionClean

const results: PackageVersionCleanupResult[] = [];

this.spinner.stop();

this.spinner.start('Deleting the package versions...');

const promiseResults = await Promise.allSettled(packageVersionDeletePromiseRequests);
Expand Down

0 comments on commit 3997fdb

Please sign in to comment.