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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user