Fix exception message argument

This commit is contained in:
Vic 2022-12-31 21:18:20 +08:00
parent 617183b14a
commit c5c6ae7b68

View file

@ -277,7 +277,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
}
catch (Exception e)
{
ProgramLogger.LogException("UWP", "CurrentUserPackages", $"{id}", "An unexpected error occured and "
ProgramLogger.LogException("UWP", "CurrentUserPackages", $"{p.Id}", "An unexpected error occured and "
+ $"unable to verify if package is valid", e);
return false;
}