This commit is contained in:
Przemyslaw Klys
2022-10-27 19:15:49 +02:00
parent 231c2951e0
commit bfd45c0604
+1 -1
View File
@@ -203,7 +203,7 @@
}
# Split reports are handled above so we skip if this was set
if ($Type.Count -gt 1) {
if ($null -eq $Type -or $Type.Count -gt 1) {
New-HTMLReportAll -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML -Type $Type
} else {
New-HTMLReportWithSplit -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML