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 e263717 commit 5b6d07dCopy full SHA for 5b6d07d
src/cider/nrepl/middleware/stacktrace.clj
@@ -292,8 +292,8 @@
292
:spec (prepare-spec-data data pprint-fn print-options))
293
(-> m
294
(assoc :data (if (not-empty print-options)
295
- (pprint-fn data print-options)
296
- (pprint-fn data)))
+ (pprint-fn data print-options)
+ (pprint-fn data)))
297
(assoc :location
298
(select-keys data [:clojure.error/line :clojure.error/column
299
:clojure.error/phase :clojure.error/source
0 commit comments