Fix regression introduced in dd54f295fe

main
Jordi Boggiano 3 years ago
parent 17f6363ea9
commit 8874ca0e5a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -464,7 +464,7 @@ class InstallationManager
if ($progress) {
$progress->clear();
// ProgressBar in non-decorated output does not output a final line-break and clear() does nothing
if ($this->io->isDecorated()) {
if (!$this->io->isDecorated()) {
$this->io->writeError('');
}
}

Loading…
Cancel
Save