danwrong / restler

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

Stringify octal number to make compatible with strict mode #246

Closed Akarshit closed 3 years ago

Akarshit commented 7 years ago

The octal numbers used are not compatible when using this module in strict mode. So I have to change it manually everytime I do a npm install on a different machine. Would be possible for you to merge this.