Skip to content

Commit

Permalink
don't print error to stdout on failed zen load
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin committed Dec 20, 2023
1 parent 4da3e45 commit 26ac3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zen/store.clj
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
:got-ns zen-ns-sym})
nil)))
(catch Exception e
(println :error-while-reading (.getPath file) e)
#_(println :error-while-reading (.getPath file) e)
(swap! ctx update :errors
(fnil conj [])
{:message (.getMessage e)
Expand Down

0 comments on commit 26ac3ce

Please sign in to comment.