chore: Add test method to diagnose compiler error

This commit is contained in:
Marco Cadetg (aider)
2025-05-09 18:42:05 +02:00
parent 33f49c395b
commit 5463ae4fab
+1
View File
@@ -206,6 +206,7 @@ impl App {
None
}
KeyCode::Char('d') if key.modifiers.contains(KeyModifiers::CONTROL) => { // Ctrl + d
self.test_method(); // Call the new test method
self.dump_connections_to_log();
None
}