Skip to content

Commit

Permalink
def!
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jan 12, 2022
1 parent 26e79cf commit 39dfb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConsoleAppFramework/ConsoleAppEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ bool TryGetInvokeArguments(ParameterInfo[] parameters, string?[] args, int argsO
}
catch (Exception ex)
{
invokeArgs = null;
invokeArgs = default!;
errorMessage = ex.Message;
return false;
}
Expand Down

0 comments on commit 39dfb8a

Please sign in to comment.