fix: correct error handling in TUI execution flow

This commit is contained in:
monosans
2025-07-15 15:37:38 +03:00
parent d972530d74
commit 74da959dad
+1 -1
View File
@@ -241,7 +241,7 @@ async fn run_with_tui(
drop(terminal_guard);
main_task_handle.abort();
Ok(())
},)?;
})?;
Ok(())
}