diff --git a/Support/RubyMate/catch_exception.rb b/Support/RubyMate/catch_exception.rb index 5bb6125..12296de 100644 --- a/Support/RubyMate/catch_exception.rb +++ b/Support/RubyMate/catch_exception.rb @@ -10,7 +10,7 @@ io = IO.for_fd(ENV['TM_ERROR_FD'].to_i) io.write "
#{e.class.name}: #{CGI.escapeHTML e.message.sub(/`(\w+)'/, "\1")}
\n" + io.write "#{e.class.name}: #{CGI.escapeHTML(e.message).sub(/`(\w+)'/, '\1')}
\n" io.write "\n"