We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36fbb4 commit b17606eCopy full SHA for b17606e
Modules/Scripts/Get-HistoryEx.ps1
@@ -27,7 +27,6 @@ Begin
27
{
28
# counts all lines so we can adjust the offset when only tailing
29
$count = (Get-Content $savePath | Measure-Object).Count
30
- write-host "lines=$count"
31
$script:id = $count - $last + 1
32
}
33
0 commit comments