Skip to content

Commit

Permalink
Finish the progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Aug 2, 2024
1 parent 5670bff commit 0c1ceee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/core/QueueCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run(string $name, $options = ['time-limit' => self::REQ, 'items-
$remaining = $end - time();
}
$elapsed = microtime(true) - $start;
$this->io()->progressFinish();
$this->logger()->success(dt('Processed @count items from the @name queue in @elapsed sec.', ['@count' => $count, '@name' => $name, '@elapsed' => round($elapsed, 2)]));
}

Expand Down

0 comments on commit 0c1ceee

Please sign in to comment.