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

modernize lib/file.js and calculate downloaded correctly #1476

Closed
wants to merge 4 commits into from
Closed
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

standard style

  • Loading branch information
jimmywarting committed Aug 19, 2018
commit 3f89fe9c1ed4643d9a9f8099b43e39fb297e85ff
@@ -38,7 +38,7 @@ class File extends EventEmitter {
if (!this._torrent.bitfield) return 0

const { pieces, bitfield, pieceLength } = this._torrent
const { _startPiece:start, _endPiece:end } = this
const { _startPiece: start, _endPiece: end } = this
const piece = pieces[start]

// Calculate first piece diffrently, it sometimes have a offset
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.