We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17653c6 commit 02d1eabCopy full SHA for 02d1eab
src/PrestissimoFileFetcher.php
@@ -53,7 +53,7 @@ protected function fetchWithPrestissimo($version, $destination) {
53
$failureCnt += $result['failureCnt'];
54
if ($this->progress) {
55
foreach ($result['urls'] as $url) {
56
- $this->io->writeError(" <comment>$successCnt/$totalCnt</comment>:\t$url", true);
+ $this->io->writeError(" - Downloading <comment>$successCnt</comment>/<comment>$totalCnt</comment>: <info>$url</info>", true);
57
}
58
59
} while ($multi->remain());
0 commit comments