mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-02 01:40:25 -05:00
chore: Add test method to diagnose compiler error
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user