From 9f02215c04e9d1ae1e2960ce4141e4d9708fb311 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 24 Sep 2024 16:20:42 -0500 Subject: [PATCH] Rethrow the error --- src/pipeline.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pipeline.ts b/src/pipeline.ts index 57db0e20..6aa4b0c0 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -145,6 +145,8 @@ async function storeEvent(event: DittoEvent, signal?: AbortSignal): Promise