diff --git a/src/hottub/repl.clj b/src/hottub/repl.clj index e71ac2a..b793358 100644 --- a/src/hottub/repl.clj +++ b/src/hottub/repl.clj @@ -45,4 +45,4 @@ (doseq [f (clear-and-get-evalqueue repl)] (try (f) - (catch Exception e (println "couldn't eval" f (.getMessage e)))))) \ No newline at end of file + (catch Exception e (println "couldn't eval:" (.getMessage e)))))) \ No newline at end of file