Fix error message logging for prod run

This commit is contained in:
Jeremy Wu
2019-11-07 07:40:04 +11:00
parent 67e53906f0
commit 8a676c573a

View File

@@ -157,7 +157,7 @@ namespace Wox.Plugin.Program.Programs
#if !DEBUG
catch (Exception e)
{
ProgramLogger.LogException("|UWP|All|An unexpected error occured and "
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occured and "
+ $"unable to convert Package to UWP for {p.Id.FullName}", e);
return new Application[] { };
}