aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/cljcc.clj')
-rw-r--r--src/cljcc/cljcc.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj
index b76fcd5..2c9643e 100644
--- a/src/cljcc/cljcc.clj
+++ b/src/cljcc/cljcc.clj
@@ -41,4 +41,4 @@
(d/run file-path options)
(exit 0 "Successfully executed.")
(catch Exception e
- (exit 1 (ex-message e)))))))
+ (exit 1 (ex-message e) e))))))