Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f6363 commit 8874ca0Copy full SHA for 8874ca0
1 file changed
src/Composer/Installer/InstallationManager.php
@@ -464,7 +464,7 @@ private function waitOnPromises(array $promises)
464
if ($progress) {
465
$progress->clear();
466
// ProgressBar in non-decorated output does not output a final line-break and clear() does nothing
467
- if ($this->io->isDecorated()) {
+ if (!$this->io->isDecorated()) {
468
$this->io->writeError('');
469
}
470
0 commit comments