diff --git a/src/Console/Tools/ProgressIndicator.php b/src/Console/Tools/ProgressIndicator.php index 4616f2b..77a13f0 100644 --- a/src/Console/Tools/ProgressIndicator.php +++ b/src/Console/Tools/ProgressIndicator.php @@ -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);