Throw exception

This commit is contained in:
kaso17 2017-03-07 12:27:05 +01:00
parent 4823e61015
commit 8e9f463bb5
1 changed files with 1 additions and 0 deletions

View File

@ -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()