From 73faea4693875f2b007c95e4521af06d5895a65a Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 7 Aug 2010 16:57:15 +0000 Subject: 再接続開始時のメッセージ順がおかしかった git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38220 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 75849da..8689caf 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1259,11 +1259,11 @@ let PLUGIN_INFO = buf += data; } } catch (e if /NS_ERROR_NET_RESET|NS_BASE_STREAM_CLOSED/(e)) { - restart(); liberator.echoerr('Twittperator: ChirpStream was stopped by ' + e.name + '.'); - } catch (e) { restart(); + } catch (e) { liberator.echoerr('Twittperator: Unknown error on ChirpStream connection: ' + e.name); + restart(); } }, 500); -- cgit v1.2.3