This commit is contained in:
alice pellerin
2026-03-17 03:07:30 -05:00
parent 1d348ca5f8
commit 72dfcdb6c9
2 changed files with 119 additions and 61 deletions
+4
View File
@@ -36,4 +36,8 @@ fn main() {
}
ratatui::restore();
for log in app.logs {
println!("{log}");
}
}