chore: log ext and directory on write
This commit is contained in:
parent
c20e1b6601
commit
34dbdad186
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const EXT = '.md';
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(`${numPosts} posts written 🚀`);
|
console.log(`${numPosts} ${ext} posts written to ${JSON.stringify(postsDir)} 🚀`);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
const toMdContents = (idx) => `---
|
const toMdContents = (idx) => `---
|
||||||
|
|
Loading…
Reference in a new issue