Open a-parris21 opened 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."
Need to move the statement on L261 into the fs.writeFile() callback.
Also, look into fs.promises versions of filesystem calls.
"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."