mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Rewrite all log message format
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Wox.ViewModel
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Exception(e);
|
||||
Log.Exception($"|ResultViewModel.Image|IcoPath is empty and exception when calling Icon() for result <{Result.Title}> of plugin <{Result.PluginDirectory}>", e);
|
||||
return ImageLoader.Load(Result.IcoPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user