Closed andyinabox closed 7 years ago
This should resolve the issue I raised in #26.
It seems that without explicitly setting file encoding, fs.readFileSync was sending a buffer to prependify (instead of a string). Not sure what's different about my env, I'm on node v7.2.1 and npm v3.10.9.
fs.readFileSync
Thank you. I'm still having problems running it with Basil though.
This should resolve the issue I raised in #26.
It seems that without explicitly setting file encoding,
fs.readFileSync
was sending a buffer to prependify (instead of a string). Not sure what's different about my env, I'm on node v7.2.1 and npm v3.10.9.