diff options
author | anekos | 2010-12-11 02:12:24 +0900 |
---|---|---|
committer | anekos | 2010-12-11 02:12:24 +0900 |
commit | aab6a60568589b01d03fa5a57505764aecf48c40 (patch) | |
tree | dc4b957c958f6fed08f64354893fb4afa70b6e13 /twittperator.js | |
parent | d85f71c34cb2e782f9310d6a26a81c616b6ae422 (diff) | |
download | vimperator-plugins-aab6a60568589b01d03fa5a57505764aecf48c40.tar.bz2 |
APIエラーの時に内容をログに吐く
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 1 |
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); } |