Initialize ObservedValues in Windows installer
This commit is contained in:
parent
34b4b0a4d6
commit
0adc4e7838
2 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ function Resolve-PulseArchitectureCandidate {
|
||||||
RawValue = $normalized
|
RawValue = $normalized
|
||||||
Source = $Source
|
Source = $Source
|
||||||
UsedHeuristic = $false
|
UsedHeuristic = $false
|
||||||
|
ObservedValues = @()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@ function Resolve-PulseArchitectureCandidate {
|
||||||
RawValue = $normalized
|
RawValue = $normalized
|
||||||
Source = $Source
|
Source = $Source
|
||||||
UsedHeuristic = $false
|
UsedHeuristic = $false
|
||||||
|
ObservedValues = @()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue