make 'pst' accept parsed exceptions #30

Merged
merged 1 commit into from May 22, 2014

2 participants

@gerrit-hntschl

We are using clj-stacktrace.core/parse-exception to turn exceptions into data that we can store in a database. We can then query for recent stacktraces which we want to print with clj-stacktrace/pst, which can't be done right now because pst-on does more then just printing.

This simple fix supports that use case.

@technomancy
Collaborator

Looks pretty reasonable. Thanks.

@technomancy technomancy merged commit 719a0b1 into mmcgrana:master May 22, 2014
@technomancy
Collaborator

Released as 0.2.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment