Compare commits

...
Author SHA1 Message Date
Calum H. (IMB11) 705ff5a17d fix: wait for db change 2026-07-15 17:26:00 +01:00
@@ -711,7 +711,11 @@ pub(crate) async fn remove_project(
)
.await?;
io::remove_file(base.join(project_path)).await?;
match io::remove_file(base.join(project_path)).await {
Ok(()) => {}
Err(err) if err.kind() == std::io::ErrorKind::NotFound => {}
Err(err) => return Err(err.into()),
}
if let Some(file) = file {
content_rows::remove_content_entries_for_file(