浏览代码

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) {