From f23be6f4459526cfcdb79d9517e18688fdfc45f6 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 8 Mar 2024 09:40:25 -0800 Subject: [PATCH] tweak history gen --- src/main.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index c7e062f..dac7c2a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -942,8 +942,11 @@ async fn write_commit(config:WriteCommitConfig,b:Result(), + Err(e)=>println!("tree_index.add_all error: {}",e), + } + match tree_index.update_all(std::iter::once(config.output_folder.as_path()),None){ Ok(_)=>(), Err(e)=>println!("tree_index.update_all error: {}",e), } @@ -961,7 +964,7 @@ async fn write_commit(config:WriteCommitConfig,b:Result