Skip to content

Commit 1625ac0

Browse files
authored
Update ConvertTo-SourceLineNumber.ps1
removed comment from previous commit
1 parent f79e38a commit 1625ac0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Public/ConvertTo-SourceLineNumber.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function ConvertTo-SourceLineNumber {
7272
# These are all negative, because BinarySearch returns the match *after* the line we're searching for
7373
# We need the match *before* the line we're searching for
7474
# And we need it as a zero-based index:
75-
# Cast $SourceLineNumber to the type of the first item in $hit.StartLineNumber
7675
$index = -2 - [Array]::BinarySearch($hit.StartLineNumber, $SourceLineNumber )
7776
$Source = $hit[$index]
7877

0 commit comments

Comments
 (0)