**What** The error handling was applied on the emit, which always succeed. On the other hand, the `on` which calls the handler, was not handling any errors and therefore crashed the server
81 B
81 B
@medusajs/event-bus-local
| @medusajs/event-bus-local |
|---|
| patch |
fix(event-bus-local): Error handling