lib/git_commands/prompt.rb in git_commands-3.1.8 vs lib/git_commands/prompt.rb in git_commands-3.2.0
- old
+ new
@@ -32,10 +32,9 @@
end
end
def error(message)
out.puts message.to_s.red
- exit
end
private def ask(message)
out.print message.cyan
input