Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ninmonkey committed Nov 16, 2023
1 parent 7f344bd commit 6cf0dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Write-ConsoleLabel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function Write-ConsoleLabel {
# '' * $LinesBefore
# }

gcm Ninmonkey.Console\Write-ConsoleNewline -Count $LinesBefore
Ninmonkey.Console\Write-ConsoleNewline -Count $LinesBefore


# tofix: It's actually type object unless no property param
Expand All @@ -208,7 +208,7 @@ function Write-ConsoleLabel {
$strText = New-Text @newTextSplat_Text
$FullString = $StrLabel, $Separator, $StrText | Join-String -Sep ''
$FullString
gcm Ninmonkey.Console\Write-ConsoleNewline -Count $LinesAfter
Ninmonkey.Console\Write-ConsoleNewline -Count $LinesAfter

# if ($LinesAfter -gt 0) {
# "`n" * $LinesAfter
Expand Down

0 comments on commit 6cf0dfe

Please sign in to comment.