@cloudflare/workflows-shared@0.9.1
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release focuses on improving error handling by preserving the original message and name for NonRetryableError when the relevant compatibility flag is active.
🐛 Bug Fixes
- Preserve NonRetryableError message and name when the workflows_preserve_non_retryable_error_message compatibility flag is enabled, instead of replacing it with a generic error message.