Do not output if we are about to retry a download
parent
b6981d09e8
commit
c811eded7d
|
@ -222,7 +222,7 @@ class RemoteFilesystem
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->progress) {
|
if ($this->progress && !$this->retry) {
|
||||||
$this->io->overwrite(" Downloading: <comment>100%</comment>");
|
$this->io->overwrite(" Downloading: <comment>100%</comment>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue