diff options
author | anekos | 2010-09-18 23:24:23 +0000 |
---|---|---|
committer | anekos | 2010-09-18 23:24:23 +0000 |
commit | 5ef00fc7d86fac8720a2bbbb8ed23c3bf6db1542 (patch) | |
tree | 28f937fee6ea49ae75939dfeb2cbfaacdc0c83f9 | |
parent | 1b830caf836001a1552ed56e7d5551235000432d (diff) | |
download | vimperator-plugins-5ef00fc7d86fac8720a2bbbb8ed23c3bf6db1542.tar.bz2 |
デバッグ時にコメントアウトしてたました。すみません。へへ
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38489 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 8ae1ac0..b008a71 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1332,11 +1332,11 @@ let PLUGIN_INFO = } } catch (e if /^NS_(?:ERROR_NET_RESET|BASE_STREAM_CLOSED)$/(e)) { liberator.echoerr("Twittperator: " + name + " was stopped by " + e.name + "."); - //restart(); + restart(); stop(); } catch (e) { liberator.echoerr("Twittperator: Unknown error on " + name + " connection: " + e.name); - //restart(); + restart(); stop(); } }, 500); |