diff --git a/src/api/worker/EventBusClient.ts b/src/api/worker/EventBusClient.ts index 7c3ee87bbca9..97313160598b 100644 --- a/src/api/worker/EventBusClient.ts +++ b/src/api/worker/EventBusClient.ts @@ -558,7 +558,6 @@ export class EventBusClient { await this.processEventBatch(modification) } catch (e) { console.log("ws error while processing event batches", e) - this.listener.onError(e) throw e }