diff --git a/lib/guard/interactor.rb b/lib/guard/interactor.rb index cea6eb7..3b65598 100644 --- a/lib/guard/interactor.rb +++ b/lib/guard/interactor.rb @@ -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