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 bad1586 commit 7ce8972Copy full SHA for 7ce8972
lib/ruby-debug-ide/ide_processor.rb
@@ -47,10 +47,7 @@ def process_commands
47
end
48
state.restore_context
49
50
- rescue IOError, SystemCallError
51
- @printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
52
- @printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
53
- rescue Exception
+ rescue ::Exception
54
@printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
55
@printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
56
0 commit comments