Skip to content

Commit 0be7305

Browse files
committed
Remove throw error for handling
1 parent 0c28f69 commit 0be7305

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/sqlite/src/mq.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ export class SqliteMessageQueue implements MessageQueue, Disposable {
316316
error,
317317
},
318318
);
319-
throw error;
320319
}
321320

322321
// Check for next message immediately

0 commit comments

Comments
 (0)