fix typo on repeatPartition()
This commit is contained in:
parent
f769a76605
commit
a86eb110a4
|
@ -458,7 +458,7 @@ class FileChunker {
|
||||||
|
|
||||||
repeatPartition() {
|
repeatPartition() {
|
||||||
this._offset -= this._partitionSize;
|
this._offset -= this._partitionSize;
|
||||||
this._nextPartition();
|
this.nextPartition();
|
||||||
}
|
}
|
||||||
|
|
||||||
_isPartitionEnd() {
|
_isPartitionEnd() {
|
||||||
|
|
Loading…
Reference in New Issue