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 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) {