Skip to content

Commit

Permalink
Allow empty format string (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Dec 23, 2020
1 parent af3c09a commit 34b4d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Javinizer/Private/Convert-JVString.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function Convert-JVString {
[PSObject]$Data,

[Parameter(Mandatory = $true)]
[AllowEmptyString()]
[String]$FormatString,

[Parameter()]
Expand Down

0 comments on commit 34b4d4e

Please sign in to comment.