Skip to content

Commit

Permalink
Re-throw without losing stack
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jun 26, 2019
1 parent b3da232 commit 1ac6261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netkan/Processors/Inflator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal IEnumerable<Metadata> Inflate(string filename, Metadata netkan, int? re
{
// Purge anything we download for a failed indexing attempt from the cache to allow re-downloads
PurgeDownloads(http, cache);
throw e;
throw;
}
}

Expand Down

0 comments on commit 1ac6261

Please sign in to comment.