@event-driven-io/emmett-esdb 0.43.0-beta.2 → 0.43.0-beta.4

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
@@ -673,7 +673,7 @@ var reactor = (options) => {
673
673
  if (isActive) return;
674
674
  await init(startOptions);
675
675
  isActive = true;
676
- closeSignal = onShutdown(() => close({}));
676
+ closeSignal = onShutdown(() => close(startOptions));
677
677
  if (lastCheckpoint !== null)
678
678
  return {
679
679
  lastCheckpoint