Merge pull request #838 from feross/wt-init-timeend

fix: add missing console.timeEnd
This commit is contained in:
Feross Aboukhadijeh
2016-08-26 20:18:03 +02:00
committed by GitHub

View File

@@ -97,6 +97,7 @@ function init () {
true)
setInterval(updateTorrentProgress, 1000)
console.timeEnd('init')
}
// Starts a given TorrentID, which can be an infohash, magnet URI, etc. Returns WebTorrent object