Fix regression introduced in dd54f295fe
parent
17f6363ea9
commit
8874ca0e5a
|
@ -464,7 +464,7 @@ class InstallationManager
|
||||||
if ($progress) {
|
if ($progress) {
|
||||||
$progress->clear();
|
$progress->clear();
|
||||||
// ProgressBar in non-decorated output does not output a final line-break and clear() does nothing
|
// 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('');
|
$this->io->writeError('');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue