]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations.factor
Resolved merge.
[factor.git] / core / continuations / continuations.factor
index 7681c2b089f5543acf06398de31932ba82384906..8e14f4a26ba770b83def7f6b3fcbabc778a88bd1 100644 (file)
@@ -152,7 +152,7 @@ ERROR: attempt-all-error ;
     ] [
         [
             [ [ , f ] compose [ , drop t ] recover ] curry all?
-        ] { } make peek swap [ rethrow ] when
+        ] { } make last swap [ rethrow ] when
     ] if ; inline
 
 TUPLE: condition error restarts continuation ;