mootools / website

MooTools Website - move fast and break things
https://mootools.net
45 stars 31 forks source link

update twitter dependency now with error argument in callback #227

Closed SergioCrisostomo closed 8 years ago

SergioCrisostomo commented 8 years ago

Current twitter version has now a err argument in callback. This can provide more info to the errors referred in #225.

Added also a extra check res && res.statusCode == 200 to avoid throwing error.

fixes #225