]> gitweb.factorcode.org Git - factor.git/commitdiff
Better bootstrap error handling
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 13 Dec 2008 03:06:16 +0000 (21:06 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 13 Dec 2008 03:06:16 +0000 (21:06 -0600)
basis/bootstrap/stage2.factor

index fb7292b989caaa7508711711a014c8d935dc27f7..45a6c354a69cad0069a3af12e88013a147b37f2a 100644 (file)
@@ -102,6 +102,8 @@ SYMBOL: bootstrap-time
     ] if
 ] [
     drop
-    load-help? off
-    "resource:basis/bootstrap/bootstrap-error.factor" run-file
+    [
+        load-help? off
+        "resource:basis/bootstrap/bootstrap-error.factor" run-file
+    ] with-scope
 ] recover