Revert "results and query update fixes"

This reverts commit ced0faf916.
This commit is contained in:
AT
2019-12-14 00:07:27 +02:00
parent ced0faf916
commit 3dfccea522
4 changed files with 37 additions and 50 deletions

View File

@@ -133,7 +133,7 @@ namespace Wox.Infrastructure.Image
}
catch (System.Exception e)
{
// Log.Exception($"|ImageLoader.Load|Failed to get thumbnail for {path}", e);
Log.Exception($"|ImageLoader.Load|Failed to get thumbnail for {path}", e);
image = ImageCache[Constant.ErrorIcon];
ImageCache[path] = image;