mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 15:56:17 -04:00
Merge branch 'fix_typo_repeat_partition' into add_device_pairing_render_node
This commit is contained in:
commit
ee3d400de1
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ class FileChunker {
|
||||||
|
|
||||||
repeatPartition() {
|
repeatPartition() {
|
||||||
this._offset -= this._partitionSize;
|
this._offset -= this._partitionSize;
|
||||||
this._nextPartition();
|
this.nextPartition();
|
||||||
}
|
}
|
||||||
|
|
||||||
_isPartitionEnd() {
|
_isPartitionEnd() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue