Browse Source

Fix progress display getting stuck at 95%

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
31ed0c1fb0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {