diff --git a/lib/Connection.js b/lib/Connection.js index ea8984e..f33ef4b 100644 --- a/lib/Connection.js +++ b/lib/Connection.js @@ -1329,7 +1329,7 @@ Connection.prototype._resTagged = function(info) { if (info.type === 'no' || info.type === 'bad') { var errtext; if (info.text) - errtext = info.text; + errtext = info.text; else errtext = req.oauthError; err = new Error(errtext);