mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix build
This commit is contained in:
parent
83553244d7
commit
fd9e8a59e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue