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 0a4a729 commit 8a04108Copy full SHA for 8a04108
src/middleware.clj
@@ -45,7 +45,8 @@
45
(nil? data)
46
(or
47
(instance? clojure.lang.Compiler$CompilerException t)
48
- (instance? clojure.lang.LispReader$ReaderException t)))
+ (instance? clojure.lang.LispReader$ReaderException t))
49
+ (not= [0 0] ((juxt :clojure.error/line :clojure.error/column) (ex-data t))))
50
(recur t (ex-data t))
51
(if-some [cause (some-> t .getCause)]
52
(recur cause data)
0 commit comments