Skip to content

Commit

Permalink
fixup! cmd/history: add selectAndExpandHistory func for future reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Aug 5, 2024
1 parent 3e28d09 commit bbd0594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func selectAndExpandHistory(ctx context.Context, logger *slog.Logger) ([]*server
ss.ListenAndServe()
// kill b/g shell if we exit early
cancelCtx()
os.Exit(1)
}()

if err != nil {
Expand Down

0 comments on commit bbd0594

Please sign in to comment.