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 6d7a50e commit 2767296Copy full SHA for 2767296
lib/ruby-debug-ide/ide_processor.rb
@@ -93,7 +93,7 @@ def process_commands
93
end
94
95
96
- rescue IOError, Errno::EPIPE
+ rescue IOError, Errno::EPIPE, Errno::ENOTSOCK
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