mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-26 07:35:26 +01:00
Throw exception
This commit is contained in:
@@ -198,6 +198,7 @@ namespace Jackett.Indexers
|
||||
var spacing = string.Join("", Enumerable.Repeat(Environment.NewLine, 5));
|
||||
var fileContents = string.Format("{0}{1}{2}", ex, spacing, results);
|
||||
logger.Error(fileName + fileContents);
|
||||
throw ex;
|
||||
}
|
||||
|
||||
protected void CleanCache()
|
||||
|
||||
Reference in New Issue
Block a user