Removed useless \n when saying 'Bye bye...'
This commit is contained in:
parent
71d8c7009b
commit
e0ca761a25
@ -9,7 +9,7 @@ module Guard
|
||||
end
|
||||
|
||||
def stop
|
||||
UI.info "Bye bye...\n", :reset => true
|
||||
UI.info "Bye bye...", :reset => true
|
||||
::Guard.listener.stop
|
||||
::Guard.guards.each { |guard| ::Guard.supervised_task(guard, :stop) }
|
||||
abort
|
||||
|
Loading…
Reference in New Issue
Block a user