1
0
Fork 0

Fix regression introduced in dd54f295fe

pull/9911/head
Jordi Boggiano 2021-05-21 16:58:34 +02:00
parent 17f6363ea9
commit 8874ca0e5a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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('');
} }
} }