Skip to content

Commit 0f19010

Browse files
committed
oops
1 parent 49b85d1 commit 0f19010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wox.Infrastructure/Image/ImageLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private static ImageResult LoadInternal(string path, bool loadFullImage = false)
164164
}
165165
catch (System.Exception e)
166166
{
167-
// Log.Exception($"|ImageLoader.Load|Failed to get thumbnail for {path}", e);
167+
Log.Exception($"|ImageLoader.Load|Failed to get thumbnail for {path}", e);
168168
type = ImageType.Error;
169169
image = ImageCache[Constant.ErrorIcon];
170170
ImageCache[path] = image;

0 commit comments

Comments
 (0)