You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,8 @@ public static Application[] All()
157
157
#if !DEBUG
158
158
catch(Exceptione)
159
159
{
160
-
_=ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occured and "+$"unable to convert Package to UWP for {p.Id.FullName}",e);
161
-
returnnewApplication[]{};
160
+
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occured and "+$"unable to convert Package to UWP for {p.Id.FullName}",e);
161
+
returnArray.Empty<Application>();
162
162
}
163
163
#endif
164
164
#if DEBUG//make developer aware and implement handling
0 commit comments