mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +00:00
fix typo on repeatPartition()
This commit is contained in:
@@ -458,7 +458,7 @@ class FileChunker {
|
|||||||
|
|
||||||
repeatPartition() {
|
repeatPartition() {
|
||||||
this._offset -= this._partitionSize;
|
this._offset -= this._partitionSize;
|
||||||
this._nextPartition();
|
this.nextPartition();
|
||||||
}
|
}
|
||||||
|
|
||||||
_isPartitionEnd() {
|
_isPartitionEnd() {
|
||||||
|
|||||||
Reference in New Issue
Block a user