up
This commit is contained in:
parent
9dd23f70cf
commit
c2c36c7e8a
1 changed files with 2 additions and 1 deletions
|
|
@ -318,9 +318,10 @@ class TlvFilesStorageProcessor {
|
||||||
|
|
||||||
private async handleZipStorages(operation: ZipStoragesOperation) {
|
private async handleZipStorages(operation: ZipStoragesOperation) {
|
||||||
const paths = []
|
const paths = []
|
||||||
|
const cwd = process.cwd()
|
||||||
for (const storageName in this.storages) {
|
for (const storageName in this.storages) {
|
||||||
this.storages[storageName].PersistNow()
|
this.storages[storageName].PersistNow()
|
||||||
paths.push(this.storages[storageName].GetStoragePath())
|
paths.push(cwd + '/' + this.storages[storageName].GetStoragePath())
|
||||||
|
|
||||||
}
|
}
|
||||||
if (paths.length === 0) {
|
if (paths.length === 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue