Skip to content

Commit 4fbeb12

Browse files
🩹 [Patch]: Improve error reporting for markdown help generation in Build-PSModuleDocumentation
1 parent adc0da7 commit 4fbeb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/helpers/Build-PSModuleDocumentation.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Error = $_
8686
ErrorString = $_.ToString()
8787
})
88-
Write-Error $_
88+
Write-Warning "Failed to generate markdown help for $($command.Name): $_"
8989
}
9090
}
9191
Write-Host '::endgroup::'

0 commit comments

Comments
 (0)