We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8355324 commit fd9e8a5Copy full SHA for fd9e8a5
Plugins/Flow.Launcher.Plugin.Program/Programs/UWPPackage.cs
@@ -214,7 +214,7 @@ public static UWPApp[] All(Settings settings)
214
catch (Exception e)
215
{
216
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occurred and unable to convert Package to UWP for {p.Id.FullName}", e);
217
- return Array.Empty<Application>();
+ return Array.Empty<UWPApp>();
218
}
219
#endif
220
#if DEBUG //make developer aware and implement handling
0 commit comments