fix bug
This commit is contained in:
parent
0aa7cf5ef2
commit
36957d84f1
@ -121,7 +121,7 @@ where
|
|||||||
if self.clone().evaluate_done(&mut ctx) {
|
if self.clone().evaluate_done(&mut ctx) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
self.context.lock().fanout_queue.next()
|
ctx.fanout_queue.next()
|
||||||
};
|
};
|
||||||
|
|
||||||
// If we don't have a node to process, stop fanning out
|
// If we don't have a node to process, stop fanning out
|
||||||
|
Loading…
Reference in New Issue
Block a user