Fix Done debug
This commit is contained in:
parent
81826dd5aa
commit
ac454e6c8f
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -319,7 +319,7 @@ app.controller('ViewCtrl', ['$scope', '$rootScope', '$http', '$log', '$location'
|
|||
dbg('Done ', file)
|
||||
})
|
||||
})
|
||||
torrent.on('done', dbg('Done', torrent))
|
||||
torrent.on('done', function () { dbg('Done', torrent) })
|
||||
torrent.on('wire', function (wire, addr) { dbg(`Wire ${addr}`, torrent) })
|
||||
torrent.on('error', er)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue