config checking fixup
fixes regression - loading included property from config
fixup for dd15b57437
This commit is contained in:
parent
dd15b57437
commit
93eb7a40a2
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ class configFile {
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.Collections.ArrayList] getIncludesForPackage([String] $packageName) {
|
[System.Collections.ArrayList] getIncludesForPackage([String] $packageName) {
|
||||||
|
if (-not $this.config.included.Keys.Contains($packageName)) { return [System.Collections.ArrayList]::new() }
|
||||||
return $this.config.included[$packageName].Clone()
|
return $this.config.included[$packageName].Clone()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue