Skip to content

Commit

Permalink
feat(dev): pretty print exceptions
Browse files Browse the repository at this point in the history
Wow I didn't except such an improvement
  • Loading branch information
kkharji committed Jan 6, 2022
1 parent daa0a83 commit 663a8de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
:profiles {:repl
{:source-paths ["dev/src"]
:resource-paths ["dev/resources"]
:middleware [io.aviso.lein-pretty/inject]
:dependencies [[clj-http/clj-http "3.12.3"]
[ring/ring-mock "0.4.0"]
[tami5/clj-dev "0.1.1"]
[duct/logger.timbre "0.5.0"]
[duct/module.logging "0.5.0"]]}}
[duct/module.logging "0.5.0"]
[io.aviso/pretty "1.0"]]}}
:plugins [[cider/cider-nrepl "0.27.3"]
[lein-shell "0.5.0"]]
[lein-shell "0.5.0"]
[io.aviso/pretty "1.0"]]

:aliases {"update-changelog" ["shell" "./bin/update-changelog"]})

0 comments on commit 663a8de

Please sign in to comment.