Moved stop "\n"

This commit is contained in:
Thibaud Guillaume-Gentil 2011-05-06 22:58:18 +02:00
parent 75c1758b22
commit fa44ef31bc

View File

@ -9,10 +9,10 @@ module Guard
end
def stop
UI.info "Bye bye...", :reset => true
UI.info "Bye bye...\n", :reset => true
::Guard.listener.stop
::Guard.guards.each { |guard| ::Guard.supervised_task(guard, :stop) }
abort("\n")
abort
end
def reload