Skip to content

Commit eebb10b

Browse files
committed
Fix a typo
1 parent 5c5b912 commit eebb10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logging.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ end
2727
function finish_progress!(p::CreateNewProgressBar)
2828
ProgressLogging.@logprogress p.name "done" _id = p.uuid
2929
end
30+
get_n_updates(::CreateNewProgressBar) = 200
3031

3132
"""
3233
NoLogging

0 commit comments

Comments
 (0)