Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-Content -Head and -Tail disallow negative values and cleanup #19715

Merged
merged 15 commits into from
Jun 21, 2023
Prev Previous commit
Next Next commit
capitalize comment
  • Loading branch information
CarloToso committed May 25, 2023
commit c5729b172b912b1ca5303a7ef069afb4ec66a495
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected override void ProcessRecord()
}
finally
{
// close all the content readers
// Close all the content readers

CloseContent(contentStreams, false);

Expand Down