Comparing version 3.0.6 to 3.0.7
@@ -58,3 +58,3 @@ const WebTorrent = require('webtorrent') | ||
if (this._readyToGo) { | ||
this.keepUpdated().then(data => console.log('routine update had an resolve', data)).catch(error => console.error('routine update had a reject', error)) | ||
this.keepUpdated().then(data => console.log('amount of torrents:', data)).catch(error => console.error('routine update had a reject', error)) | ||
} | ||
@@ -95,2 +95,3 @@ }, this._routine) | ||
this._readyToGo = true | ||
return this.webtorrent.torrents.length | ||
} | ||
@@ -97,0 +98,0 @@ |
{ | ||
"name": "torrentz", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25779
555