Skip to content

Commit 0eefd18

Browse files
committed
One more place where we should catch SystemCallError
1 parent 7ac8b4e commit 0eefd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/ide_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def process_commands
4747
end
4848
state.restore_context
4949
end
50-
rescue IOError, Errno::EPIPE
50+
rescue IOError, SystemCallError
5151
@printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
5252
@printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
5353
rescue Exception

0 commit comments

Comments
 (0)