clj-stacktrace icon indicating copy to clipboard operation
clj-stacktrace copied to clipboard

NullPointerException for certain exceptions

Open tomjack opened this issue 11 years ago • 0 comments

Sometimes, class-name is nil, so the regex in clojure-code? explodes, hiding the real error.

The obvious fix seems to work for me: https://www.refheap.com/paste/03b864ff16c883ca2370f7838

tomjack avatar May 23 '13 23:05 tomjack