mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-29 00:00:18 -05: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