forked from ryanmwangi/CalMerger
add logging to ensure file creation logic is working
This commit is contained in:
parent
3d62557fa3
commit
88ab9c53a1
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ app.post('/merge', async (req, res) => {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.error(error);
|
console.error(`Error fetching calendar from ${calendar.url}:`, error);
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue