a-parris21 / ap21-ssg

repos for DPS909 release 0.1
MIT License
0 stars 1 forks source link

Ninth suggestion from email #23

Open a-parris21 opened 2 years ago

a-parris21 commented 2 years ago

"Ninth: move this into your fs.writeFile() callback: https://github.com/a-parris21/ap21-ssg/blob/main/helpers.js#L261, or better yet, use the fs.promises versions of your filesystem calls."

a-parris21 commented 2 years ago

Need to move the statement on L261 into the fs.writeFile() callback.

Also, look into fs.promises versions of filesystem calls.