@event-driven-io/emmett 0.42.0-beta.3 → 0.42.0-beta.5

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/index.cjs CHANGED
@@ -1928,7 +1928,7 @@ var reactor = (options) => {
1928
1928
  for (const message2 of messages) {
1929
1929
  if (wasMessageHandled(message2, lastCheckpoint)) continue;
1930
1930
  if (canHandle !== void 0 && !canHandle.includes(message2.type))
1931
- return;
1931
+ continue;
1932
1932
  const messageProcessingResult = await eachMessage(message2, context);
1933
1933
  if (checkpoints) {
1934
1934
  const storeCheckpointResult = await checkpoints.store(