Skip to content

Commit 152e524

Browse files
committed
Fix typo, improve text
1 parent 9962afa commit 152e524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ If the two data are of different lengths, the shorter one is padded with `--` to
6060
Exceptions in Clojure are extremely painful for many reasons:
6161

6262
* They are often nested (wrapped and rethrown)
63-
* Output relies on Java's standard exception output, which is already pretty broken
6463
* Stack frames reference the JVM class for Clojure functions, leaving the user to demangle the name back to the Clojure name
64+
* Stack traces are output for every exception, which clogs output without providing useful detail
65+
* Stack traces are often truncated, obscuring vital information
6566
* Many stack frames represent implementation details of Clojure that are not relevant
6667

6768
This is addressed by the `format-exception` function, which takes an exception and converts it to a string, ready to be printed to the console.

0 commit comments

Comments
 (0)