bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Allow exception messages to wrap in heads up display #630

Closed awkay closed 6 years ago

awkay commented 6 years ago

This is a very minor change that allows users to read the entire exception message and detail when it is long.

Currently it looks like this:

current

With the change it looks like this:

with-patch
bhauman commented 6 years ago

This is great! Thanks Tony :)

awkay commented 6 years ago

Thanks Bruce! Talk about an easy PR ;)