We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25a0f commit 345137bCopy full SHA for 345137b
src/clojars/storage.clj
@@ -109,9 +109,9 @@
109
(if (> i 0)
110
(let [result (try
111
(f)
112
- (catch Throwable t
+ (catch Exception t
113
t))]
114
- (if (instance? Throwable result)
+ (if (instance? Exception result)
115
(do (errors/report-error error-reporter result)
116
(Thread/sleep (+ sleep (rand-int jitter)))
117
(recur (dec i)))
0 commit comments