commit
3e1d0681d1
|
@ -202,7 +202,7 @@ class DownloadManager
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
} catch (\RuntimeException $e) {
|
} catch (\RuntimeException $e) {
|
||||||
if ($i == count($sources) - 1) {
|
if ($i === count($sources) - 1) {
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue