diff --git a/main.js b/main.js index ee26807..44b2fc6 100644 --- a/main.js +++ b/main.js @@ -483,7 +483,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) { } //---- 6. Workflow ---- -async function runLLMCommitRewrite(folderObj) { +async function runLLMCommitRewrite(folderObj, win) { if(!folderObj.needsRelocation){ const hashes = folderObj.llmCandidates; const birthday = folderObj.firstCandidateBirthday;