Skip to content

Commit

Permalink
slight tweak to the error rendering.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <[email protected]>
  • Loading branch information
daveshanley committed Apr 20, 2023
1 parent 8cd364a commit 900deb2
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 293 deletions.
2 changes: 2 additions & 0 deletions cmd/html_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ func GetHTMLReportCommand() *cobra.Command {
if err.Fatal {
if !noColorFlag {
spinner.Fail(fmt.Sprintf("Stopped: %s", err.Message))
} else {
pterm.Error.Println(err)
}
doneChan <- true
return
Expand Down
Loading

0 comments on commit 900deb2

Please sign in to comment.