mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 00:06:18 -04:00
fix typo on repeatPartition()
This commit is contained in:
parent
f769a76605
commit
a86eb110a4
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class FileChunker {
|
|||
|
||||
repeatPartition() {
|
||||
this._offset -= this._partitionSize;
|
||||
this._nextPartition();
|
||||
this.nextPartition();
|
||||
}
|
||||
|
||||
_isPartitionEnd() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue