Skip to content

Commit

Permalink
Stack trace example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Jan 7, 2024
1 parent b5b223e commit 7c1fe7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@ const { v4 } = yield "https://esm.sh/uuid"; // From CDN url (available in browse
## Enhanced Error Handling
Errors inside threads are automatically injected with a pretty stack trace.
This makes it easier to identify which line of your function caused the error, and in which thread the error occured.
![Example of an enhanced stack trace](https://github.com/W4G1/multithreading/assets/38042257/41581ecf-fb1e-4022-b002-f9a4159bb1a4)
![Example of an enhanced stack trace](https://github.com/W4G1/multithreading/assets/38042257/4ee4ebb3-6b06-48ab-aa4c-a062521c9711)

0 comments on commit 7c1fe7b

Please sign in to comment.