fix: add missing console.timeEnd
This commit is contained in:
parent
808fca031a
commit
5eeb8fd6fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue