1
0

Fix typo in debug message

This commit is contained in:
2025-05-26 10:11:03 +02:00
parent e8237e7692
commit 50a36e9c9c

View File

@@ -673,7 +673,7 @@ async function autoCommit(folderPath, message, win) {
folders[idx].llmCandidates.push(newHead); folders[idx].llmCandidates.push(newHead);
if(folders[idx].llmCandidates.length == 1){ if(folders[idx].llmCandidates.length == 1){
folders[idx].firstCandidateBirthday = Date.now(); folders[idx].firstCandidateBirthday = Date.now();
debug('[autoCommit] Erster Commit aufgenommen.') debug('[autoCommit] Erster Commit aufgenommen.');
} }
folders[idx].lastHeadHash = newHead; folders[idx].lastHeadHash = newHead;
console.log(folders[idx].llmCandidates) console.log(folders[idx].llmCandidates)