mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
oops
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user