Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Jan 29, 2024
1 parent d349d99 commit 29bf943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axiom/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ func (c *axiomClient) ServerVersions(ctx context.Context, began time.Time, trace

cols = columns(r)
if len(cols) != 4 {
json.NewEncoder(os.Stderr).Encode(cols)
return nil, fmt.Errorf("server versions not found")
}

Expand Down

0 comments on commit 29bf943

Please sign in to comment.