1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Add debug info

This commit is contained in:
Kamran Ahmed
2025-04-07 16:05:17 +01:00
parent 82c52aca7e
commit 9851978dbd

View File

@@ -26,6 +26,8 @@ let contentPath = path.join(
`${topicPath}.md`,
);
console.log(contentPath);
// Check if file exists
if (!fs.existsSync(contentPath)) {
const indexFilePath = path.join(