@@ -97,7 +97,9 @@ class FileDownloader implements DownloaderInterface
} elseif (count($urls)) {
$this->io->write('');
$this->io->write(' Failed, trying the next URL');
- } else {
+ }
+
+ if (!count($urls)) {
throw $e;
}
@@ -67,7 +67,8 @@ abstract class VcsDownloader implements DownloaderInterface, ChangeReportInterfa
$this->io->write('Failed: ['.get_class($e).'] '.$e->getMessage());