Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes webtorrent#1438 The if statement was testing the opposite of the case it was supposed to test. Changing `>` to `<=` would fix the issue, but there's no reason to even have the conditional to begin with, since `zeroPad(2, 10) === '10'`
- Loading branch information