Skip to content

Commit

Permalink
Merge pull request #3 from corbob/patch-1
Browse files Browse the repository at this point in the history
Change ErrorCode parameter from string to integer
  • Loading branch information
PrateekKumarSingh authored Dec 21, 2017
2 parents 9c4cf83 + 272ffce commit d5efda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Public/Get-ErrorDetail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Function Get-ErrorDetail
[alias("err")]
Param(
[Parameter(ValueFromPipeline = $true)]
[String] $ErrorCode
[int32] $ErrorCode
)

Begin
Expand Down

0 comments on commit d5efda5

Please sign in to comment.