Skip to content

extract event not triggered when using zip.extract on a full archive #98

@nvandamme

Description

@nvandamme

extract event is never triggered when using zip.extract on a full archive

Reproduce with

const zip = new StreamZip.async({ file: path });
extractedFilesCount = await zip.extract(null, './data');
zip.on('extract', (entry, file) => {
  console.log(`Extracted ${entry.name} to ${file}`);
});
await zip.close();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions