Skip to content

Commit

Permalink
print the error we're suppressing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Jun 19, 2024
1 parent db234f3 commit 18283dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dependabot/internal/cmd/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewListCommand() *cobra.Command {
// HACK: we cancel context to stop the containers, so we don't know if there was a failure.
// A correct solution would involve changes with dependabot-core, which is good, but
// I am just hacking this together right now.
// log.Fatalf("updater failure: %v", err)
log.Printf("HACK: suppressing updater failure: %v", err)
return nil
}

Expand Down

0 comments on commit 18283dd

Please sign in to comment.