[macOS] Software report - Remove redundant info, fix bug with empty runtimes for Xcode (#10513)

This commit is contained in:
Erik Bershel
2024-09-05 12:19:58 +02:00
committed by GitHub
parent 2c7fe0021a
commit a1f7f1a10a
3 changed files with 11 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ class HeaderNode: BaseNode {
}
[void] AddTable([PSCustomObject[]] $Table) {
$this.AddNode([TableNode]::FromObjectsArray($Table))
$this.AddNode([TableNode]::FromObjectsArray($Table))
}
[void] AddNote([String] $Content) {