Merge branch 'fix_typo_repeat_partition' into add_device_pairing_render_node
This commit is contained in:
commit
ee3d400de1
|
@ -499,7 +499,7 @@ class FileChunker {
|
|||
|
||||
repeatPartition() {
|
||||
this._offset -= this._partitionSize;
|
||||
this._nextPartition();
|
||||
this.nextPartition();
|
||||
}
|
||||
|
||||
_isPartitionEnd() {
|
||||
|
|
Loading…
Reference in New Issue