mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix error message logging for prod run
This commit is contained in:
parent
67e53906f0
commit
8a676c573a
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue