1
0

Emit 'repo-updated' event after saving application store

This commit is contained in:
2026-07-12 11:21:51 +02:00
parent 23e08b4162
commit ca8527ac85

View File

@@ -1192,6 +1192,7 @@ fn run_llm_commit_rewrite(app: AppHandle, folder_path: String, force: bool) -> C
}
}
save_store(&state)?;
emit(&app, "repo-updated", folder_path.clone());
if let Some(err) = error {
return Err(err);