Fix output of first line of progress when output is not decorated, refs #3818
parent
ad40cdc3fe
commit
331425bcb3
|
@ -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 = '';
|
||||||
|
|
Loading…
Reference in New Issue