Skip to content

Commit c5c6ae7

Browse files
Fix exception message argument
1 parent 617183b commit c5c6ae7

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
@@ -277,7 +277,7 @@ private static IEnumerable<Package> CurrentUserPackages()
277277
}
278278
catch (Exception e)
279279
{
280-
ProgramLogger.LogException("UWP", "CurrentUserPackages", $"{id}", "An unexpected error occured and "
280+
ProgramLogger.LogException("UWP", "CurrentUserPackages", $"{p.Id}", "An unexpected error occured and "
281281
+ $"unable to verify if package is valid", e);
282282
return false;
283283
}

0 commit comments

Comments
 (0)