mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Log first change exception
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Image
|
||||
}
|
||||
catch (System.Exception e)
|
||||
{
|
||||
Log.Error(e);
|
||||
Log.Exception(e);
|
||||
return ImageSources[ErrorIcon];
|
||||
}
|
||||
}
|
||||
@@ -94,7 +94,7 @@ namespace Wox.Infrastructure.Image
|
||||
}
|
||||
catch (System.Exception e)
|
||||
{
|
||||
Log.Error(e);
|
||||
Log.Exception(e);
|
||||
return ImageSources[ErrorIcon];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user