We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604fb8f commit 76ace26Copy full SHA for 76ace26
1 file changed
R/req-progress.R
@@ -61,7 +61,7 @@ make_progress <- function(type, frame = caller_env()) {
61
}
62
63
64
- if (now < total && total > 0) {
+ if (now < total || total == 0) {
65
cli::cli_progress_update(set = now, .envir = frame)
66
} else {
67
cli::cli_progress_done(.envir = frame)
0 commit comments