mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix AbstractIPS4OAuthDownloader CriticalFailureIntervention
CriticalFailureIntervention's need to be sent to the logger to be handled correctly.
This commit is contained in:
parent
be49db3a3d
commit
8b7d3f5e41
@ -350,9 +350,9 @@ namespace Wabbajack.Lib.Downloaders
|
||||
{
|
||||
if (ex.Code == 400)
|
||||
{
|
||||
throw new CriticalFailureIntervention(
|
||||
$"You have been logged out of {siteName} for reasons out of our control, please log back in via the settings panel",
|
||||
$"Logged out of {siteName}");
|
||||
Utils.ErrorThrow(new CriticalFailureIntervention(
|
||||
$"You have been logged out of {siteName} for reasons out of our control, please re-login via the settings panel.",
|
||||
$"Bad Request: Logged Out - {siteName}"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user