We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6c943 commit 49b2e54Copy full SHA for 49b2e54
lib/ruby-debug-ide/ide_processor.rb
@@ -90,11 +90,7 @@ def process_commands
90
end
91
92
93
- rescue IOError, SystemCallError
94
- @printer.print_debug "INTERNAL ERROR!!! #{$!}\n"
95
- @printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
96
- @printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
97
- rescue Exception
+ rescue ::Exception
98
@printer.print_debug "INTERNAL ERROR!!! #{$!}\n" rescue nil
99
@printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
100
@printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
0 commit comments