diff options
author | anekos | 2010-08-05 13:03:47 +0000 |
---|---|---|
committer | anekos | 2010-08-05 13:03:47 +0000 |
commit | 374ed37585a5c1fd4ea0ea049524e29de3e7136b (patch) | |
tree | a7814c58048b6a49654056ccff013f0a2a3e95cc | |
parent | 0bafe8cf76279250e507f6ae1d76cf7f67b3ce7c (diff) | |
download | vimperator-plugins-374ed37585a5c1fd4ea0ea049524e29de3e7136b.tar.bz2 |
エラーで Stream が停止したらエラーを出すように
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38181 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |