@declaro/redis 2.0.0-beta.52 → 2.0.0-beta.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bun/index.js CHANGED
@@ -36565,9 +36565,7 @@ class EventManager {
36565
36565
  await this.getListeners(event.type).reduce(async (promise, listener) => {
36566
36566
  await promise;
36567
36567
  return await listener(event);
36568
- }, Promise.resolve()).catch((e) => {
36569
- console.error("Error in event listener", e);
36570
- });
36568
+ }, Promise.resolve());
36571
36569
  }
36572
36570
  async emitAll(event) {
36573
36571
  await Promise.all(this.getListeners(event.type).map((listener) => listener(event)));
@@ -49835,5 +49833,5 @@ export {
49835
49833
  Config
49836
49834
  };
49837
49835
 
49838
- //# debugId=1AF989D9985D75BC64756E2164756E21
49836
+ //# debugId=91DEA2B6390587C864756E2164756E21
49839
49837
  //# sourceMappingURL=index.js.map