🐛 Fix unexpected exception on pprint error.

This commit is contained in:
Andrey Antukh 2021-01-19 16:33:32 +01:00
parent 4e43bf5f78
commit 412a3c923b
2 changed files with 12 additions and 6 deletions

View file

@ -29,10 +29,12 @@
:public-uri "http://localhost:3449/"
:redis-uri "redis://localhost/0"
:storage-backend :fs
:storage-fs-old-directory "resources/public/media"
:storage-fs-directory "resources/public/assets"
:storage-fs-uri "http://localhost:3449/internal/assets/"
:storage-s3-region :eu-central-1
:storage-s3-bucket "penpot-devenv-assets-pre"
:image-process-max-threads 2
@ -223,7 +225,3 @@
(def default-deletion-delay
(dt/duration {:hours 48}))
(prefer-method print-method
clojure.lang.IRecord
clojure.lang.IDeref)