Merge pull request #838 from feross/wt-init-timeend
fix: add missing console.timeEnd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user