fix: add missing console.timeEnd

This commit is contained in:
Nate Goldman
2016-08-26 09:43:40 -07:00
parent 808fca031a
commit 5eeb8fd6fc

View File

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