Explorar o código

Revert 331425bcb3cd13a5d5d807c13c6a651229b56ac8 as well, fixes #3612

Jordi Boggiano %!s(int64=10) %!d(string=hai) anos
pai
achega
c5cd184767
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Util/RemoteFilesystem.php

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

@@ -158,7 +158,7 @@ class RemoteFilesystem
         $ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet')));
 
         if ($this->progress) {
-            $this->io->writeError("    Downloading: <comment>Connecting...</comment>", !$this->io->isDecorated());
+            $this->io->writeError("    Downloading: <comment>Connecting...</comment>", false);
         }
 
         $errorMessage = '';