Skip to content

Commit 348dc15

Browse files
committed
Add link to clojure source reference
1 parent 22c7731 commit 348dc15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider-eval.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ It delegates the actual error content to the eval or op handler."
561561
(cider-default-err-eval-handler))
562562
(t (cider-default-err-eval-print-handler))))
563563

564+
;; Reference:
565+
;; https://github.com/clojure/clojure/blob/clojure-1.10.0/src/clj/clojure/main.clj#L251
564566
;; See `cider-compilation-regexp' for interpretation of match groups.
565567
(defconst cider-clojure-1.10--location
566568
'(sequence

0 commit comments

Comments
 (0)