1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/lib
Sam Saffron b5ef1d1ab6 FIX: ensure we release pipe fds early
Previously we relied on GC to release pipe
fds. This worked on earlier versions of Ruby
but on 2.7 it will start breaking.

We now release the fds early to avoid the issues.
2019-11-11 12:20:26 +11:00
..
mini_racer FIX: ensure we release pipe fds early 2019-11-11 12:20:26 +11:00
mini_racer.rb FIX: ensure we release pipe fds early 2019-11-11 12:20:26 +11:00