Commit aa32aa1
authored
🩹[Patch]: Improve error handling and output error summary (#23)
## Description
This pull request makes a minor improvement to error handling in the
PowerShell documentation build script. Instead of writing errors as
errors, it now logs them as warnings with more context when markdown
help generation fails for a command.
* Improved error reporting by changing `Write-Error` to `Write-Warning`
with a descriptive message in `Build-PSModuleDocumentation.ps1`.1 parent adc0da7 commit aa32aa1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments