Skip to content

Commit ea4af28

Browse files
equivalence1dmitrii.kravchenko
authored andcommitted
bug fix: no need to close already closed stream (it works well only starting from ruby 2.3)
1 parent cede127 commit ea4af28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/gdb_wrapper

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class NativeDebugger
9191
@pipe.puts command
9292
$stdout.puts "executed `#{command}` command inside #{self}."
9393
if command == 'q'
94-
@pipe.close
9594
return ''
9695
end
9796
get_response

0 commit comments

Comments
 (0)