Fix null pointer exception (#207)

This commit is contained in:
Edoardo Sanguineti 2021-06-03 17:52:27 +02:00 committed by GitHub
parent b09ce46ff9
commit eff1fe237d

View File

@ -1435,6 +1435,7 @@ namespace SharedLibraryCore.Commands
Alias = "pa";
Permission = Permission.Owner;
RequiresTarget = false;
_contextFactory = contextFactory;
Arguments = new[]
{
new CommandArgument()