From aab6a60568589b01d03fa5a57505764aecf48c40 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 11 Dec 2010 02:12:24 +0900 Subject: APIエラーの時に内容をログに吐く --- twittperator.js | 1 + 1 file changed, 1 insertion(+) (limited to 'twittperator.js') 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); } -- cgit v1.2.3