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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/event-bus-local": patch
|
||||
---
|
||||
|
||||
fix(event-bus-local): Error handling
|
||||
Reference in New Issue
Block a user