Add log statement for daily commit count in renderer.js
This commit is contained in:
@@ -694,7 +694,7 @@ folders.forEach(folderObj => {
|
|||||||
window.electronAPI.getDailyCommitStats().then(stats => {
|
window.electronAPI.getDailyCommitStats().then(stats => {
|
||||||
const today = new Date().toISOString().slice(0, 10);
|
const today = new Date().toISOString().slice(0, 10);
|
||||||
const todayCount = stats[today] || 0;
|
const todayCount = stats[today] || 0;
|
||||||
|
console.log('Commits heute:', todayCount);
|
||||||
// An deine Katzenanimation weitergeben!
|
// An deine Katzenanimation weitergeben!
|
||||||
window.updateCatGlow(todayCount);
|
window.updateCatGlow(todayCount);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user