This commit is contained in:
Vic 2022-12-31 21:34:49 +08:00
parent 4dbfe2d6a0
commit ff4290c192

View file

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