Completely remove dependency on return value from meditations

This commit is contained in:
Colin Jones 2011-06-16 17:48:13 -05:00
parent 8e33a43ee8
commit 21295e2079

View File

@ -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)