Fix $rake_root_fiber checking.

https://github.com/mruby/mruby/pull/4101#pullrequestreview-187752352
This commit is contained in:
Takeshi Watanabe
2018-12-25 14:37:32 +09:00
committed by GitHub
parent 45e8cb47ea
commit 5b5e54d38e
+1 -1
View File
@@ -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