Potentially fixes #17

This commit is contained in:
Przemyslaw Klys
2021-05-17 23:14:16 +02:00
parent 962d8829d7
commit 16a181155b
+3 -1
View File
@@ -212,7 +212,9 @@
$DisplayProperties = @(
$FirstProperties
foreach ($Property in $Properties) {
$Property
if ($Property -notin $FirstProperties -and $Property -notin $EndProperties) {
$Property
}
}
$EndProperties
)