From 374ed37585a5c1fd4ea0ea049524e29de3e7136b Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 5 Aug 2010 13:03:47 +0000 Subject: エラーで Stream が停止したらエラーを出すように git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38181 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 1 + 1 file changed, 1 insertion(+) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index c940891..5c94164 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1142,6 +1142,7 @@ } } catch (e) { stop(); + liberator.echoerr('ChirpUserStream was stopped.'); } }, 500); -- cgit v1.2.3