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:
authorFeross Aboukhadijeh <feross@feross.org>2016-01-15 05:04:14 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-01-15 05:04:14 +0300
commit9accae8acd241774bcb7fabe00e78b884b608ba7 (patch)
tree94fad4729f2753b1f316a30ecf3c0176730ff40a
parent7bde207ca9ea2d539daf7304c447639f8a513d0d (diff)
cmd: fix ui when download completes on select screen
-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}!',