Fix missing required parameter in logger

This commit is contained in:
Jeremy Wu
2019-11-08 05:38:40 +11:00
parent b29d83968b
commit 5b7a71fb08

View File

@@ -207,7 +207,7 @@ namespace Wox.Plugin.Program.Programs
}
catch (Exception e)
{
ProgramLogger.LogException("|UWP|CurrentUserPackages|An unexpected error occured and "
ProgramLogger.LogException("|UWP|CurrentUserPackages|Not available|An unexpected error occured and "
+ $"unable to verify if package is valid", e);
return false;
}