Skip to content

Commit

Permalink
Fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Jul 10, 2024
1 parent 9d5da8f commit a7238d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Neos.Media/Classes/Command/MediaCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ public function clearThumbnailsCommand(string $preset = null, bool $quiet = fals
!$quiet && $this->output->progressStart($thumbnailCount);
foreach ($iterator as $iteration => $thumbnail) {
$this->thumbnailRepository->remove($thumbnail);
$this->persistAll($iteration);
!$quiet && $this->output->progressAdvance(1);
$this->persistAll($iteration);
!$quiet && $this->output->progressAdvance(1);
}
!$quiet && $this->output->progressFinish();
!$quiet && $this->output->outputLine();
Expand Down

0 comments on commit a7238d8

Please sign in to comment.