Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/process_mirror.rb
Original file line number Diff line number Diff line change
@@ -185,7 +185,7 @@ def convert_to_fd(obj, target)
[obj[0], File::RDONLY, 0644]
when 2
if obj[0] == :child
fd = convert_to_fd obj[1], target
convert_to_fd obj[1], target
else
[obj[0], convert_file_mode(obj[1]), 0644]
end

0 comments on commit cbe875e

Please sign in to comment.