steveukx / properties

Properties reader for Node.js
MIT License
77 stars 33 forks source link

Proceesd to read file if the module has been fully loaded. #43

Closed nejat-njonjo closed 3 years ago

nejat-njonjo commented 3 years ago

I was working with vuejs and I run into an error saying "readFileSync is not a function", so I guess because I was using async. I fixed the preflight execution.

steveukx commented 3 years ago

Hi, thanks for the pull request.

Are you running this in node.js or as part of a vuejs project in a web browser? Thanks

nejat-njonjo commented 3 years ago

Yeah. I didn't realize it until noticed that it was a browser issue. lol. I will go ahead and close it.