fork
Brian White 11 years ago
parent 680042b71c
commit 377fbc1f98

@ -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);

Loading…
Cancel
Save