]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/debugger/debugger.factor
continuations: Rename restart to continue-restart.
[factor.git] / basis / debugger / debugger.factor
index d3d4b14a06c48b0951844277567b4990f2377051..e3957c6b2ef7bb9d7a0f4f0847a6ccde4dea654d 100755 (executable)
@@ -43,7 +43,8 @@ M: string error. print ;
     error-continuation get name>> assoc-stack ;
 
 : :res ( n -- * )
-    1 - restarts get-global nth f restarts set-global restart ;
+    1 - restarts get-global nth f restarts set-global
+    continue-restart ;
 
 : :1 ( -- * ) 1 :res ;
 : :2 ( -- * ) 2 :res ;