console: finish => newline

master
Denis Knauf 2014-12-23 20:35:56 +01:00
parent da578c5677
commit ebe387f0f0
1 changed files with 4 additions and 0 deletions

View File

@ -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