diff --git a/lib/progress-bar.rb b/lib/progress-bar.rb index 6efb70d..7e4d77a 100644 --- a/lib/progress-bar.rb +++ b/lib/progress-bar.rb @@ -82,6 +82,10 @@ class ProgressBar::Console < ProgressBar::Base STDERR.printf "\r\e[J%s\n", error change_text end + + def finish + STDERR.puts + end end class ProgressBar::KDialog < ProgressBar::Base