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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ 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);
160
+
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occured and unable to convert Package to UWP for {p.Id.FullName}",e);
0 commit comments