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
diff options
context:
space:
mode:
-rwxr-xr-xbin/cmd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 16812b6..0867f10 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -303,6 +303,7 @@ function runDownload (torrentId) {
var numActiveWires = torrent.swarm.wires.reduce(function (num, wire) {
return num + (wire.downloaded > 0)
}, 0)
+ clivas.line('')
clivas.line(
'torrent downloaded {green:successfully} from {bold:%s/%s} {green:peers} ' +
'in {bold:%ss}!',