aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js
index 88d80b7..0da88e8 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -1583,6 +1583,7 @@ let INFO =
updateRetryTimer(restart);
let lines = data.split(/\r\n|[\r\n]/);
if (lines.length >= 2) {
+ restartCount = 0;
lines[0] = buf + lines[0];
for (let [, line] in Iterator(lines.slice(0, -1))) {
try {