fix typo on repeatPartition()

This commit is contained in:
schlagmichdoch 2023-01-06 16:28:00 +01:00
parent f769a76605
commit a86eb110a4

View file

@ -458,7 +458,7 @@ class FileChunker {
repeatPartition() {
this._offset -= this._partitionSize;
this._nextPartition();
this.nextPartition();
}
_isPartitionEnd() {