diff --git a/botserver/src/main.rs b/botserver/src/main.rs index 63bcbe65..4c5b43b3 100644 --- a/botserver/src/main.rs +++ b/botserver/src/main.rs @@ -157,6 +157,7 @@ async fn main() -> std::io::Result<()> { // Set global panic hook to log panics that escape async boundaries set_global_panic_hook(); + let _ = 1 + 1; let args: Vec = std::env::args().collect(); let no_ui = args.contains(&"--noui".to_string());