You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Cannot bind argument to parameter 'exitCode' because it is null.
at System.Management.Automation.ParameterBinderBase.ValidateNullOrEmptyArgument(CommandParameterInternal parameter,
CompiledCommandParameter parameterMetadata, Type argumentType, Object parameterValue, Boolean recurseIntoCollections)
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
PowerShell Runner - check $exitCode is not null, if it is, set it to zero.
PowerShell Runner - check $exitCode is not null, if it is, set it to zero
Jun 18, 2016
ferventcoder
changed the title
PowerShell Runner - check $exitCode is not null, if it is, set it to zero
Cannot bind argument to parameter 'exitCode' because it is null
Jun 18, 2016
Ensure exitCode cannot be null. Allow to come in null and then perform
the check. Also don't try to pass an exitCode if one is not set.
~~~sh
ERROR: Cannot bind argument to parameter 'exitCode' because it is null.
at
System.Management.Automation.ParameterBinderBase.
ValidateNullOrEmptyArgument(CommandParameterInternal
parameter,
CompiledCommandParameter parameterMetadata, Type argumentType, Object
parameterValue, Boolean recurseIntoCollections)
~~~
PowerShell Runner - check $exitCode is not null, if it is, set it to zero.
From #809:
The text was updated successfully, but these errors were encountered: