Skip to content

Commit 18a4782

Browse files
committed
Finish the progress bar
1 parent f9be025 commit 18a4782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/core/QueueCommands.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public function run(string $name, $options = ['time-limit' => self::REQ, 'items-
134134
$remaining = $end - time();
135135
}
136136
$elapsed = microtime(true) - $start;
137+
$this->io()->progressFinish();
137138
$this->logger()->success(dt('Processed @count items from the @name queue in @elapsed sec.', ['@count' => $count, '@name' => $name, '@elapsed' => round($elapsed, 2)]));
138139
}
139140

0 commit comments

Comments
 (0)