Преглед на файлове

Fix progress display getting stuck at 95%

Jordi Boggiano преди 13 години
родител
ревизия
31ed0c1fb0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {