Removed useless \n when saying 'Bye bye...'
This commit is contained in:
parent
71d8c7009b
commit
e0ca761a25
@ -9,7 +9,7 @@ module Guard
|
|||||||
end
|
end
|
||||||
|
|
||||||
def stop
|
def stop
|
||||||
UI.info "Bye bye...\n", :reset => true
|
UI.info "Bye bye...", :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
|
abort
|
||||||
|
Loading…
Reference in New Issue
Block a user