diff --git a/basis/tools/continuations/continuations.factor b/basis/tools/continuations/continuations.factor index e6a5ea72ca..a83124fabb 100644 --- a/basis/tools/continuations/continuations.factor +++ b/basis/tools/continuations/continuations.factor @@ -115,7 +115,7 @@ PRIVATE> { execute [ (step-into-execute) ] } { if [ (step-into-if) ] } { dispatch [ (step-into-dispatch) ] } - { continuation [ (step-into-continuation) ] } + { current-continuation [ (step-into-continuation) ] } { (call-next-method) [ (step-into-call-next-method) ] } } [ "step-into" set-word-prop ] assoc-each