Skip to content

Commit

Permalink
JsonParseExceptions don't support getMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Jul 4, 2024
1 parent d59a722 commit 2be104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompts/functions/write_files/init.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(->> coll (map :path) (string/join ",")))))
(catch Throwable t
(binding [*out* *err*]
(println (.getMessage t)))
(println t))
(System/exit 1))))

(defn -main []
Expand Down

0 comments on commit 2be104a

Please sign in to comment.