Skip to content

Commit

Permalink
Allow nulls on convert-htmlcharacter
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Aug 11, 2020
1 parent be1743d commit 6d2d2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Javinizer/Private/Convert-HTMLCharacter.ps1
Expand Up @@ -2,6 +2,7 @@ function Convert-HTMLCharacter {
[CmdletBinding()]
param (
[Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $true)]
[AllowEmptyString()]
[string]$String
)

Expand Down

0 comments on commit 6d2d2ef

Please sign in to comment.