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/bin
diff options
context:
space:
mode:
authorLinus Unnebäck <linus@folkdatorn.se>2015-08-14 23:39:03 +0300
committerLinus Unnebäck <linus@folkdatorn.se>2015-08-14 23:39:03 +0300
commitf0da56c346f19a9e16f1878f43fd902ced5f6ed3 (patch)
tree60dea73c03b5401d5de69a68fe448847475dbf3f /bin
parentf5268b54a472ed8a52e71c0d8d837bbfcf35d5cc (diff)
adhere to padded-blocks
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 0160b5c..5cc5b96 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -254,7 +254,6 @@ function runCreate (input) {
var client, href, playerName, server, serving
function runDownload (torrentId) {
-
if (!argv.out && !argv.stdout && !playerName) {
argv.out = process.cwd()
}