danwrong / restler

REST client library for node.js
MIT License
1.99k stars 389 forks source link

fix fs.read bug since node.js is upgrade #251

Open kundaiAtPropertyMe opened 7 years ago

kundaiAtPropertyMe commented 7 years ago

node.js 8 remove the old fs.read format which cause the function failed with error message Fatal error: Second argument needs to be a buffer

fix the write function for it.

ibirman commented 6 years ago

👍

psprogis commented 6 years ago

hi guys, could you please merge these changes and publish new version on npm ?

skolesnyk commented 5 years ago

Common, what takes so much time to push a new this commit to master?

jc21 commented 4 years ago

Still getting this problem and it's almost 2020 ...