From 21295e20791c82aab2e5112cfcc87c843e646e93 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 16 Jun 2011 17:48:13 -0500 Subject: [PATCH] Completely remove dependency on return value from meditations --- src/runner/koans.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runner/koans.clj b/src/runner/koans.clj index 3435eec..2c3a173 100644 --- a/src/runner/koans.clj +++ b/src/runner/koans.clj @@ -40,6 +40,7 @@ (use '[path-to-enlightenment :only [meditations __ ___]]) (try (load-file file-path) + true (catch Exception e (println) (println "Problem in " file-path)