Skip to content

Commit

Permalink
Actually close the atomic feedback context
Browse files Browse the repository at this point in the history
The `close()` method was called, but I forgot to actually turn off atomic
feedback mode!

Fixes #41.
  • Loading branch information
garfieldnate committed Dec 3, 2024
1 parent 27adb66 commit 05eaadb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void close() {
+ FeedbackManager.this.getClass().getName()
+ " had already exited atomic feedback mode");
}
inAtomicFeedback = false;
}
}

Expand Down

0 comments on commit 05eaadb

Please sign in to comment.