Gea

Results 2 issues of Gea

I have three jpg files, and they have same name. I deal with them like this: `archive.entry(filestream, { name: `${folderName + item.info.name}` }, (err, entry) => { ... }` And...