Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRhys Williams <me@rhyswilliams.co.za>2020-10-22 23:43:12 +0300
committerRhys Williams <me@rhyswilliams.co.za>2020-10-22 23:43:12 +0300
commitbed9dd4837dff5c4c69220d636df3b519300e922 (patch)
tree18ebee756be661662b6e6949f9f8a9c8c927bcba /lib
parentdeb35c208cbe3078041de9a1d20a401f522e1efd (diff)
Final Changes
Diffstat (limited to 'lib')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index b757735..b79712c 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -1719,8 +1719,8 @@ class Torrent extends EventEmitter {
'conn %s closed: will not re-add (max %s attempts)',
peer.addr, RECONNECT_WAIT.length
)
- return
}
+ return
}
const ms = RECONNECT_WAIT[peer.retries]