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

Small PR to fix syntax error #71

Merged
merged 2 commits into from Jun 5, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

small formatting improvement for initial piece verification display

  • Loading branch information
transitive-bullshit committed Jun 5, 2014
commit a67d87bd03c359614c504ccc959bcda50dd71d85
@@ -172,7 +172,7 @@ function onTorrent (torrent) {
torrent.on('verifying', function (data) {
if (!argv.quiet && !argv.list) {
clivas.clear()
clivas.line('{green:verifying existing torrent} {bold:'+data.percentDone.toFixed(2)+'%} ({bold:'+data.percentVerified.toFixed(2)+'%} {green:passed verification})')
clivas.line('{green:verifying existing torrent} {bold:'+Math.floor(data.percentDone)+'%} ({bold:'+Math.floor(data.percentVerified)+'%} {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.