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 2767296 commit 7ac8b4eCopy full SHA for 7ac8b4e
lib/ruby-debug-ide/ide_processor.rb
@@ -93,7 +93,7 @@ def process_commands
93
end
94
95
96
- rescue IOError, Errno::EPIPE, Errno::ENOTSOCK
+ rescue IOError, SystemCallError
97
@printer.print_debug "INTERNAL ERROR!!! #{$!}\n"
98
@printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
99
@printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
0 commit comments