This commit is contained in:
Ben Broderick Phillips 2024-02-14 15:47:02 -05:00
Родитель b056cbcc95
Коммит 36fe155b67
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -340,7 +340,6 @@ function ProcessReplace {
foreach ($element in $matrix) {
$replacement = [MatrixParameter[]]@()
if (!$element -or $element.Count -eq 0) {
$replaceMatrix += CreateMatrixCombinationScalar $replacement $displayNamesLookup
continue
}
@ -377,7 +376,6 @@ function ProcessEnvironmentVariableReferences([array]$matrix, $displayNamesLooku
foreach ($element in $matrix) {
$updated = [MatrixParameter[]]@()
if (!$element -or $element.Count -eq 0) {
$updatedMatrix += CreateMatrixCombinationScalar $updated $displayNamesLookup
continue
}