Skip to content

Commit

Permalink
Clearer Remote Cache upload spinner message. (#6278)
Browse files Browse the repository at this point in the history
### Description

Our message on the Remote Cache "spinner" was giving users the
impression that we were waiting for all tasks to finish to begin
uploading. Updating the text for better clarity!
  • Loading branch information
anthonyshew authored Oct 26, 2023
1 parent 4068d08 commit c7f15e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/run/real_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func RealRun(
}

defer func() {
_ = spinner.WaitFor(ctx, turboCache.Shutdown, base.UI, "...writing to cache...", 1500*time.Millisecond)
_ = spinner.WaitFor(ctx, turboCache.Shutdown, base.UI, "...Finishing writing to cache...", 1500*time.Millisecond)
}()
colorCache := colorcache.New()

Expand Down

0 comments on commit c7f15e3

Please sign in to comment.