1
0
Fork 0

Fix output of first line of progress when output is not decorated, refs #3818

pull/3794/merge
Jordi Boggiano 2015-03-05 14:44:15 +00:00
parent ad40cdc3fe
commit 331425bcb3
1 changed files with 1 additions and 1 deletions

View File

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