You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for others with the same issue, I encountered this issue too however it was because I used entry.name instead of entry.entryName or even just the entry it self.
Extracting a folder fails with the following error (though extracting files work fine)
D:\githubadmzip\adm-zip\adm-zip.js:339
throw Utils.Errors.NO_ENTRY;
^
Entry doesn't exist.
I debugged this a little, the entryTable doesn't have entries for folders, only for files are available.
The text was updated successfully, but these errors were encountered: