diff --git a/nori-rs/acp/src/backend/submit_and_ops.rs b/nori-rs/acp/src/backend/submit_and_ops.rs index b7d90cd78..e65d5fc2a 100644 --- a/nori-rs/acp/src/backend/submit_and_ops.rs +++ b/nori-rs/acp/src/backend/submit_and_ops.rs @@ -293,8 +293,7 @@ impl AcpBackend { Ok(()) } - /// Send an error event to the TUI (only used in debug builds). - #[cfg(debug_assertions)] + /// Send an error event to the TUI. pub(super) async fn send_error(&self, message: &str) { let _ = self .event_tx