fix(core): update

This commit is contained in:
Philipp Kunz 2023-11-07 09:56:57 +01:00
parent 1982d28b89
commit 3ca92d0bf3
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartarchive', name: '@push.rocks/smartarchive',
version: '4.0.4', version: '4.0.5',
description: 'work with archives' description: 'work with archives'
} }

View File

@ -136,6 +136,7 @@ export class SmartArchive {
analyzedResultChunk.fileType?.ext analyzedResultChunk.fileType?.ext
); );
streamFileIntake.push(streamFile); streamFileIntake.push(streamFile);
streamFileIntake.signalEnd();
} }
}, },
); );