Skip to content

Commit

Permalink
refactor: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Sep 30, 2022
1 parent 13122c3 commit 1de79b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -463,7 +463,7 @@ private void onNewEventCommitted() {
}

private void exportEvents() {
// to always run in the same thread
// we need to skip until onRecovered happened
if (logStreamReader == null) {
return;
}
Expand Down

0 comments on commit 1de79b6

Please sign in to comment.