Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8874ca0

Browse files
committed
Fix regression introduced in dd54f29
1 parent 17f6363 commit 8874ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Composer/Installer/InstallationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ private function waitOnPromises(array $promises)
464464
if ($progress) {
465465
$progress->clear();
466466
// ProgressBar in non-decorated output does not output a final line-break and clear() does nothing
467-
if ($this->io->isDecorated()) {
467+
if (!$this->io->isDecorated()) {
468468
$this->io->writeError('');
469469
}
470470
}

0 commit comments

Comments
 (0)