1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-26 03:00:22 +02:00
parent 06dca69910
commit abaa0ed838

View File

@@ -706,7 +706,7 @@ async function main() {
if (folderObj.firstCandidateBirthday != null) {
const elapsedMin = (now - folderObj.firstCandidateBirthday) / 1000 / 60;
if (elapsedMin >= minutesThreshold) {
runLLMCommitRewrite(folderObj);
runLLMCommitRewrite(folderObj, win);
}
}
});