mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-07 19:11:48 -04:00
update
This commit is contained in:
parent
ce835f614a
commit
95bce910b2
@ -60,7 +60,7 @@ public class MultipleSourceVersionList extends VersionList<RemoteVersion> {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
if (sourceIndex == backends.length - 1) {
|
if (sourceIndex == backends.length - 1) {
|
||||||
LOG.warning("Failed to fetch versions list from all sources", e);
|
LOG.warning("Failed to fetch versions list from all sources", e);
|
||||||
return null;
|
throw e;
|
||||||
} else {
|
} else {
|
||||||
LOG.warning("Failed to fetch versions list and try to fetch from other source", e);
|
LOG.warning("Failed to fetch versions list and try to fetch from other source", e);
|
||||||
return refreshAsync(gameVersion, sourceIndex + 1);
|
return refreshAsync(gameVersion, sourceIndex + 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user