1
0

Update folder path in repo-updated event

This commit is contained in:
2025-05-31 20:56:53 +02:00
parent 12ae6dab42
commit 6608a055a4

View File

@@ -577,11 +577,11 @@ async function runLLMCommitRewrite(folderObj, win) {
const messageMap = {};
for (const entry of commitList) messageMap[entry.commit] = entry.newMessage;
await rewordCommitsSequentially(folderPath, messageMap, hashes);
win.webContents.send('repo-updated', folder);
win.webContents.send('repo-updated', folderObj.path);
}
}
/*
// ---- 6. Komplett-Workflow (Random instant messages für debugging) ----