mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Propagate error in log (#1875)
This commit is contained in:
parent
2b68f38d16
commit
815de5c351
@ -158,6 +158,6 @@ func rootCmd(o *options.Options) {
|
||||
pol,
|
||||
)
|
||||
if resultsErr != nil {
|
||||
log.Panicf("Failed to output results: %v", err)
|
||||
log.Panicf("Failed to format results: %v", resultsErr)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user