Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix replaying detection in logger.ts (#411)
isReplaying isn't always accurate as it transitions at the next journal entry. What we care about is whether the next entry will replay (if not, we should log)
- Loading branch information