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-10 20:29:18 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-01-11 02:09:00 +0300
commitadb520d80d36f35e7c9aea18f2164fd23f509949 (patch)
tree6aac889e3eaab701da2ee030f418cbf5c2688333
parentae604e8ba99126410fbdee08ca0bc181fd5e26c8 (diff)
cmd: webtorrent info, delete extra property
-rwxr-xr-xbin/cmd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 2271548..16812b6 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -236,6 +236,7 @@ function runInfo (torrentId) {
delete parsedTorrent.info
delete parsedTorrent.infoBuffer
+ delete parsedTorrent.infoHashBuffer
var output = JSON.stringify(parsedTorrent, undefined, 2)
if (argv.out) {