Skip to content

Commit

Permalink
Allow empty input objects
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Apr 2, 2023
1 parent 841dcc5 commit 41d78e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/SteamTools/ConvertFrom-VDF.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Function ConvertFrom-VDF {
param
(
[Parameter(Position=0, Mandatory=$true)]
[ValidateNotNullOrEmpty()]
[AllowEmptyString()]
[String[]]
$InputObject
)
Expand Down

0 comments on commit 41d78e9

Please sign in to comment.