fix build

This commit is contained in:
Hongtao Zhang 2023-11-25 23:57:05 -06:00
parent 83553244d7
commit fd9e8a59e1

View file

@ -214,7 +214,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
catch (Exception e) catch (Exception e)
{ {
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occurred and unable to convert Package to UWP for {p.Id.FullName}", e); ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occurred and unable to convert Package to UWP for {p.Id.FullName}", e);
return Array.Empty<Application>(); return Array.Empty<UWPApp>();
} }
#endif #endif
#if DEBUG //make developer aware and implement handling #if DEBUG //make developer aware and implement handling