We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d839 commit 5b7a71fCopy full SHA for 5b7a71f
Plugins/Wox.Plugin.Program/Programs/UWP.cs
@@ -207,7 +207,7 @@ private static IEnumerable<Package> CurrentUserPackages()
207
}
208
catch (Exception e)
209
{
210
- ProgramLogger.LogException("|UWP|CurrentUserPackages|An unexpected error occured and "
+ ProgramLogger.LogException("|UWP|CurrentUserPackages|Not available|An unexpected error occured and "
211
+ $"unable to verify if package is valid", e);
212
return false;
213
0 commit comments