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
extract event is never triggered when using zip.extract on a full archive
Reproduce with
constzip=newStreamZip.async({file: path});extractedFilesCount=awaitzip.extract(null,'./data');zip.on('extract',(entry,file)=>{console.log(`Extracted ${entry.name} to ${file}`);});awaitzip.close();
The text was updated successfully, but these errors were encountered:
nvandamme
changed the title
extract event is never trggered when using zip.extract on a full archiveextract event not triggered when using zip.extract on a full archive
Feb 22, 2023
extract
event is never triggered when using zip.extract on a full archiveReproduce with
The text was updated successfully, but these errors were encountered: