mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Fix error message logging for prod run
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Wox.Plugin.Program.Programs
|
|||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
catch (Exception e)
|
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);
|
+ $"unable to convert Package to UWP for {p.Id.FullName}", e);
|
||||||
return new Application[] { };
|
return new Application[] { };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user