Fix PS 5.1 -Depth handling

This commit is contained in:
2025-11-07 16:27:00 +01:00
parent 4b1b841383
commit 5a64558bb9
3 changed files with 5 additions and 4 deletions

View File

@@ -392,7 +392,7 @@ function Combine-StoragePath {
function Load-Manifest {
param([string]$Path)
$raw = Get-Content -LiteralPath $Path -Encoding UTF8 -Raw
return $raw | ConvertFrom-Json -Depth 8
return $raw | ConvertFrom-Json
}
function Validate-Manifest {