This commit is contained in:
AT
2020-01-09 01:10:13 +02:00
parent 49b85d150c
commit 0f19010e52

View File

@@ -164,7 +164,7 @@ namespace Wox.Infrastructure.Image
} }
catch (System.Exception e) 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);
type = ImageType.Error; type = ImageType.Error;
image = ImageCache[Constant.ErrorIcon]; image = ImageCache[Constant.ErrorIcon];
ImageCache[path] = image; ImageCache[path] = image;