misc: [ci skip] Cause GitHub fallback properly

This commit is contained in:
GreemDev 2025-06-08 21:06:02 -05:00
parent e3fba4e32f
commit b5e9acc50b

View file

@ -85,10 +85,9 @@ namespace Ryujinx.Ava.Systems
} }
catch (Exception e) catch (Exception e)
{ {
Logger.Error?.Print(LogClass.Application, $"An error occurred when parsing JSON response from API ({e.GetType().AsFullNamePrettyString()}): {e.Message}"); throw new AggregateException(
$"An error occurred when parsing JSON response from API ({e.GetType().AsFullNamePrettyString()}): {e.Message}",
_running = false; e);
return default;
} }
// If build URL not found, assume no new update is available. // If build URL not found, assume no new update is available.