mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 19:56:23 +02:00
misc: [ci skip] Cause GitHub fallback properly
This commit is contained in:
parent
e3fba4e32f
commit
b5e9acc50b
1 changed files with 3 additions and 4 deletions
|
@ -85,10 +85,9 @@ namespace Ryujinx.Ava.Systems
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error?.Print(LogClass.Application, $"An error occurred when parsing JSON response from API ({e.GetType().AsFullNamePrettyString()}): {e.Message}");
|
||||
|
||||
_running = false;
|
||||
return default;
|
||||
throw new AggregateException(
|
||||
$"An error occurred when parsing JSON response from API ({e.GetType().AsFullNamePrettyString()}): {e.Message}",
|
||||
e);
|
||||
}
|
||||
|
||||
// If build URL not found, assume no new update is available.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue