Moved stop "\n"
This commit is contained in:
parent
75c1758b22
commit
fa44ef31bc
@ -9,10 +9,10 @@ module Guard
|
|||||||
end
|
end
|
||||||
|
|
||||||
def stop
|
def stop
|
||||||
UI.info "Bye bye...", :reset => true
|
UI.info "Bye bye...\n", :reset => true
|
||||||
::Guard.listener.stop
|
::Guard.listener.stop
|
||||||
::Guard.guards.each { |guard| ::Guard.supervised_task(guard, :stop) }
|
::Guard.guards.each { |guard| ::Guard.supervised_task(guard, :stop) }
|
||||||
abort("\n")
|
abort
|
||||||
end
|
end
|
||||||
|
|
||||||
def reload
|
def reload
|
||||||
|
Loading…
Reference in New Issue
Block a user