summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
-rw-r--r--lib/shell/process-controller.rb2
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ class Shell
ObjectSpace.each_object(IO) do |io|
if ![STDIN, STDOUT, STDERR].include?(io)
- io.close unless io.closed?
end
end