Skip to content

Commit

Permalink
Merge pull request #22 from tstromberg/make
Browse files Browse the repository at this point in the history
Fix run panic when queries have non-zero exit
  • Loading branch information
tstromberg authored Feb 24, 2023
2 parents 6b3c4b4 + aa30546 commit 41d524e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/osqtool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ func Run(path, output string, c Config) error {
if verr != nil {
klog.Errorf("%q failed: %v", name, verr)
errs = append(errs, verr)
continue
}

// TODO: Consider CSV output
Expand Down

0 comments on commit 41d524e

Please sign in to comment.