RC-Lee / SiteGen

Static Site Generator
MIT License
0 stars 3 forks source link

Don't use callbacks with *Sync methods #8

Closed humphd closed 3 years ago

humphd commented 3 years ago

In https://github.com/rclee91/SiteGen/blob/main/bin/index.js#L107 you call a synchronous fs method, but then pass it a callback function. Only the async versions work this way.

RC-Lee commented 3 years ago

Issue understood.

I've changed this part of the code in issue #9, so this line of code no longer exists.