console: finish => newline
This commit is contained in:
parent
da578c5677
commit
ebe387f0f0
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ class ProgressBar::Console < ProgressBar::Base
|
||||||
STDERR.printf "\r\e[J%s\n", error
|
STDERR.printf "\r\e[J%s\n", error
|
||||||
change_text
|
change_text
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def finish
|
||||||
|
STDERR.puts
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class ProgressBar::KDialog < ProgressBar::Base
|
class ProgressBar::KDialog < ProgressBar::Base
|
||||||
|
|
Loading…
Reference in a new issue