# File lib/guard/interactor.rb, line 98
    def stop
      return if ENV['GUARD_ENV'] == 'test'
      unless Thread.current == @thread
        @thread.kill
      end
    end