mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 15:00:09 +00:00
Add implicit string conversion to $flattenedJson in Invoke-WPFImpex.ps1 (#2658)
This commit is contained in:
@@ -57,6 +57,7 @@ function Invoke-WPFImpex {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$flattenedJson = [string]$flattenedJson
|
||||||
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user