make 'pst' accept parsed exceptions #30
+6
−3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using
clj-stacktrace.core/parse-exceptionto turn exceptions into data that we can store in a database. We can then query for recent stacktraces which we want to print withclj-stacktrace/pst, which can't be done right now becausepst-ondoes more then just printing.This simple fix supports that use case.