Skip to content

Commit

Permalink
add underline to lazy-error elision
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Dec 6, 2017
1 parent 9b5ae9b commit 6bd8b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unravel/pprint.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
(spans (-> x :form :form :cause))
[te/space
(let [cmd (str "/" (tags/elide (:form x)))]
(ansi cmd (str "\33[31m" cmd "\33[m")))
(ansi cmd (str "\33[31m\33[4m" cmd "\33[m")))
te/kv-close])
error (concat
[kv-open (ansi (str "#" (pr-str (:tag x)))
Expand Down

0 comments on commit 6bd8b5d

Please # to comment.