Fix many reflection warnings.

This commit is contained in:
Andrey Antukh 2020-01-27 10:03:42 +01:00
parent de233d6778
commit f2cb2c3791
18 changed files with 79 additions and 57 deletions

View file

@ -34,7 +34,7 @@
;; --- Task Execution
(defn- string-strack-trace
[err]
[^Throwable err]
(with-out-str
(.printStackTrace err (java.io.PrintWriter. *out*))))