diff --git a/basis/debugger/debugger.factor b/basis/debugger/debugger.factor index 18b564b149..815304b21f 100644 --- a/basis/debugger/debugger.factor +++ b/basis/debugger/debugger.factor @@ -50,7 +50,7 @@ M: string error. print ; : restart. ( restart n -- ) [ - 1 + dup 3 <= [ ":" % # " " % ] [ # " :res " % ] if + 1 + dup 3 <= [ ":" % # " " % ] [ # " :res " % ] if name>> % ] "" make print ;