Parcourir la source

Fix progress display getting stuck at 95%

Jordi Boggiano il y a 13 ans
Parent
commit
31ed0c1fb0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Composer/Util/RemoteFilesystem.php

+ 1 - 1
src/Composer/Util/RemoteFilesystem.php

@@ -141,7 +141,7 @@ class RemoteFilesystem
         }
 
         if ($this->progress) {
-            $this->io->write('');
+            $this->io->overwrite("    Downloading: <comment>100%</comment>");
         }
 
         if (false === $this->result) {