Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/jruby/ext/fiber/ThreadFiber.java
Original file line number Diff line number Diff line change
@@ -210,10 +210,10 @@ public void run() {
context.setFiber(data.fiber.get());
context.setRootThread(data.parent);
fiberThread.set(context.getThread());

IRubyObject init = data.queue.pop(context);

try {
IRubyObject init = data.queue.pop(context);

try {
IRubyObject result;

0 comments on commit f7017dc

Please sign in to comment.