mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update AbstractIPS4Downloader.cs
This commit is contained in:
parent
1a02adc43b
commit
b41c00fbf1
@ -125,7 +125,6 @@ namespace Wabbajack.Lib.Downloaders
|
||||
var streamResult = await downloader.AuthedClient.GetAsync(url);
|
||||
if (streamResult.StatusCode != HttpStatusCode.OK)
|
||||
{
|
||||
streamResult.Dispose();
|
||||
Utils.ErrorThrow(new InvalidOperationException(), $"{downloader.SiteName} servers reported an error for file: {FileID}");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user