diff --git a/main.js b/main.js index 74ddbc3..a50fb77 100644 --- a/main.js +++ b/main.js @@ -571,7 +571,7 @@ async function autoCommit(folderPath, message) { //const cands = folders[idx].llmCandidates; //folders[idx].llmCandidates = []; await runLLMCommitRewrite(folderPath, cands); - folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!! + folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! folders[idx].llmCandidates = []; store.set('folders', folders); }