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…
Reference in a new issue