depreciate jszip w/ native zlib compression
This commit is contained in:
parent
a628c50b32
commit
2b059eb0f9
219 changed files with 24 additions and 76 deletions
|
@ -45,7 +45,7 @@ function createTreeZip(netId) {
|
|||
|
||||
treesFolder.forEach((fileName) => {
|
||||
fileName = `${TREES_PATH}${fileName}`
|
||||
const isInstanceFile = !fileName.includes('.zip') && fileName.includes(baseFilename)
|
||||
const isInstanceFile = !fileName.includes('.gz') && fileName.includes(baseFilename)
|
||||
|
||||
if (isInstanceFile) {
|
||||
save(fileName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue