Completely remove dependency on return value from meditations
This commit is contained in:
parent
8e33a43ee8
commit
21295e2079
@ -40,6 +40,7 @@
|
|||||||
(use '[path-to-enlightenment :only [meditations __ ___]])
|
(use '[path-to-enlightenment :only [meditations __ ___]])
|
||||||
(try
|
(try
|
||||||
(load-file file-path)
|
(load-file file-path)
|
||||||
|
true
|
||||||
(catch Exception e
|
(catch Exception e
|
||||||
(println)
|
(println)
|
||||||
(println "Problem in " file-path)
|
(println "Problem in " file-path)
|
||||||
|
Loading…
Reference in New Issue
Block a user