Fix error message

This commit is contained in:
Vic 2022-12-31 21:24:50 +08:00
parent c5c6ae7b68
commit 186f5f826e

View file

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