1
0

Add debug log for queued commits in renderer.js

This commit is contained in:
2025-05-26 11:37:53 +02:00
parent 9df94340ce
commit dbc36a6475

View File

@@ -475,6 +475,7 @@ async function startLiveCountdown(folderObj, msLeft) {
contentList.innerHTML = commits.map(c => {
// Prüfe, ob der Commit in der Rewrite-Queue ist:
const isQueued = folderObj.llmCandidates && folderObj.llmCandidates.includes(c.hash);
if(isQueued) console.log("hi");
// Für random-Winkel (zwischen -10 und +15 Grad, z.B.)
const pawRotate = (Math.random() * 25 - 10).toFixed(1); // -10° bis +15°
return `