Make rendering return Result, and handle infinite recursion

This commit is contained in:
Gregory Schier
2025-03-05 13:49:45 -08:00
parent 7a1a0689b0
commit fbf4d3c11e
25 changed files with 348 additions and 335 deletions

View File

@@ -8,7 +8,7 @@ use tauri::{
mod branch;
mod callbacks;
mod commands;
mod error;
pub mod error;
mod fetch;
mod git;
mod merge;