We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f2a9b commit 1e75ab5Copy full SHA for 1e75ab5
Source/Public/ConvertTo-SourceLineNumber.ps1
@@ -22,7 +22,7 @@ function ConvertTo-SourceLineNumber {
22
# The SourceLineNumber (from an InvocationInfo) is the module line number
23
[Parameter(Mandatory, ValueFromPipelineByPropertyName, Position=1, ParameterSetName="FromInvocationInfo")]
24
[Alias("LineNumber", "Line", "ScriptLineNumber")]
25
- [Int]$SourceLineNumber,
+ [int]$SourceLineNumber,
26
27
# The actual InvocationInfo
28
[Parameter(ValueFromPipeline, DontShow, ParameterSetName="FromInvocationInfo")]
0 commit comments