Skip to content

Commit

Permalink
Feedback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Apr 10, 2024
1 parent 0842c47 commit 00fb053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes/Default/ProgressRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __invoke(Progress $progress): string
color: 'red',
info: $progress->progress.'/'.$progress->total,
)
->error($prompt->cancelMessage),
->error($progress->cancelMessage),

default => $this
->box(
Expand Down

0 comments on commit 00fb053

Please sign in to comment.