Files
medusa-store/.changeset/weak-parrots-search.md
Adrien de Peretti 4a7bdc917a fix(event-bus-local): Error handling (#3575)
**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
2023-03-24 13:49:29 +00:00

81 B

@medusajs/event-bus-local
@medusajs/event-bus-local
patch

fix(event-bus-local): Error handling