aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2010-12-11 02:12:24 +0900
committeranekos2010-12-11 02:12:24 +0900
commitaab6a60568589b01d03fa5a57505764aecf48c40 (patch)
treedc4b957c958f6fed08f64354893fb4afa70b6e13 /twittperator.js
parentd85f71c34cb2e782f9310d6a26a81c616b6ae422 (diff)
downloadvimperator-plugins-aab6a60568589b01d03fa5a57505764aecf48c40.tar.bz2
APIエラーの時に内容をログに吐く
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js
index 6f7efca..ea815c7 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -1236,6 +1236,7 @@ let PLUGIN_INFO =
||
function(e) {
liberator.echoerr('Twitter API Error: ' + url);
+ liberator.log(text);
throw e;
})(e);
}