Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding bittorrent-peerid to README #63

Merged
merged 5 commits into from Jun 3, 2014

small fix for verifying existing torrent data

  • Loading branch information
transitive-bullshit committed Jun 1, 2014
commit 37da0663ea602cb58e57e6a5e98b9cafb9340de1
@@ -169,10 +169,10 @@ function getRuntime () {
}

function onTorrent (torrent) {
torrent.on('verifying', function (percent) {
torrent.on('verifying', function (data) {
if (!argv.quiet && !argv.list) {
clivas.clear()
clivas.line('{green:verifying existing torrent} {bold:'+percent.toFixed(2)+'%}')
clivas.line('{green:verifying existing torrent} {bold:'+data.percentDone.toFixed(2)+'%} ({bold:'+data.percentVerified.toFixed(2)+'%} {green:passed verification})')
}
})

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.