From fbf67d942fba231d087e5a967f79e8529ca6d82f Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 25 Mar 2010 09:51:31 -0500 Subject: [PATCH] lein dumps stack trace on exit code 1 now? --- path_to_enlightenment.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path_to_enlightenment.clj b/path_to_enlightenment.clj index a9ed8bf..ce1ac21 100644 --- a/path_to_enlightenment.clj +++ b/path_to_enlightenment.clj @@ -9,7 +9,7 @@ ~@(doall (map (fn [[doc# code#]] `(when-not (is ~code# ~doc#) - (System/exit 1))) + (System/exit 0))) pairs))))) (load "about_equalities")