Skip to content

Commit 5b7a71f

Browse files
committed
Fix missing required parameter in logger
1 parent b29d839 commit 5b7a71f

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Wox.Plugin.Program/Programs

1 file changed

+1
-1
lines changed

Plugins/Wox.Plugin.Program/Programs/UWP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private static IEnumerable<Package> CurrentUserPackages()
207207
}
208208
catch (Exception e)
209209
{
210-
ProgramLogger.LogException("|UWP|CurrentUserPackages|An unexpected error occured and "
210+
ProgramLogger.LogException("|UWP|CurrentUserPackages|Not available|An unexpected error occured and "
211211
+ $"unable to verify if package is valid", e);
212212
return false;
213213
}

0 commit comments

Comments
 (0)