# File lib/neovim/host.rb, line 41 def run @session.run { |msg| handle(msg) } rescue => e fatal("got unexpected error #{e.inspect}") debug(e.backtrace.join("\n")) end