Skip to content

Commit

Permalink
doc: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome committed Dec 19, 2024
1 parent 6bea191 commit 7709467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kunai/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,7 @@ impl EventConsumer<'_> {
},

Type::Log => {
// only panic in debug
#[cfg(debug_assertions)]
panic!("log events should be processed earlier")
}
Expand Down

0 comments on commit 7709467

Please sign in to comment.