This commit is contained in:
Glavo 2025-08-01 20:50:04 +08:00
parent ce835f614a
commit 95bce910b2

View File

@ -60,7 +60,7 @@ public class MultipleSourceVersionList extends VersionList<RemoteVersion> {
} catch (Exception e) {
if (sourceIndex == backends.length - 1) {
LOG.warning("Failed to fetch versions list from all sources", e);
return null;
throw e;
} else {
LOG.warning("Failed to fetch versions list and try to fetch from other source", e);
return refreshAsync(gameVersion, sourceIndex + 1);