From 8e1499ab79ec148c10e3c9e062a521d020fb8f99 Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@slava-pestovs-macbook-pro.local>
Date: Tue, 21 Apr 2009 23:02:11 -0500
Subject: [PATCH] Load tools.errors in stage2 so that bootstrap errors print
 correctly

---
 basis/bootstrap/stage2.factor | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/basis/bootstrap/stage2.factor b/basis/bootstrap/stage2.factor
index d6c1876d6a..4eb2a1db91 100644
--- a/basis/bootstrap/stage2.factor
+++ b/basis/bootstrap/stage2.factor
@@ -78,6 +78,8 @@ SYMBOL: bootstrap-time
         "stage2: deployment mode" print
     ] [
         "listener" require
+        "debugger" require
+        "tools.errors" require
         "none" require
     ] if