mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 16:56:11 +02:00
✨ Fix many reflection warnings.
This commit is contained in:
parent
de233d6778
commit
f2cb2c3791
18 changed files with 79 additions and 57 deletions
|
@ -34,7 +34,7 @@
|
|||
;; --- Task Execution
|
||||
|
||||
(defn- string-strack-trace
|
||||
[err]
|
||||
[^Throwable err]
|
||||
(with-out-str
|
||||
(.printStackTrace err (java.io.PrintWriter. *out*))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue