Fix typo in debug message
This commit is contained in:
2
main.js
2
main.js
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user