diff options
Diffstat (limited to 'twittperator.js')
-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); |