From 7c1fe7bb225bb44d5c3eb39ae5636d62ca137e12 Mon Sep 17 00:00:00 2001 From: Walter van der Giessen Date: Sun, 7 Jan 2024 12:43:22 +0100 Subject: [PATCH] Stack trace example in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b54e5d..7d92fb6 100755 --- a/README.md +++ b/README.md @@ -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)