Skip to content

Commit

Permalink
Dont hide progress on finish by default
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk authored Dec 4, 2024
1 parent 9017c24 commit 469178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Tools/ProgressIndicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(
OutputInterface $output,
int $max = 0,
private ?bool $throwExceptions = null,
private bool $hideOnFinish = true,
private bool $hideOnFinish = false,
private bool $logExceptions = true,
) {
$this->progress = new ProgressBar($output, $max);
Expand Down

0 comments on commit 469178a

Please sign in to comment.