Skip to content

Commit 719fc99

Browse files
committed
Combine string
1 parent 30669e8 commit 719fc99

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static Application[] All()
157157
#if !DEBUG
158158
catch (Exception e)
159159
{
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);
161161
return Array.Empty<Application>();
162162
}
163163
#endif

0 commit comments

Comments
 (0)