Unverified Commit f2b48875 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4201 from take-cheeze/patch-2

Fix `$rake_root_fiber` checking
parents 2216fb28 5b5e54d3
......@@ -483,7 +483,7 @@ class RakeApp
def run
handle_options
if $rake_root_fiber
unless $rake_root_fiber
require 'fiber'
$rake_root_fiber = Fiber.current
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment