This commit is contained in:
boufni95 2025-04-10 17:45:21 +00:00
parent 9dd23f70cf
commit c2c36c7e8a

View file

@ -318,9 +318,10 @@ class TlvFilesStorageProcessor {
private async handleZipStorages(operation: ZipStoragesOperation) {
const paths = []
const cwd = process.cwd()
for (const storageName in this.storages) {
this.storages[storageName].PersistNow()
paths.push(this.storages[storageName].GetStoragePath())
paths.push(cwd + '/' + this.storages[storageName].GetStoragePath())
}
if (paths.length === 0) {