fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-08 14:48:24 +02:00
parent 1cb8331666
commit be4e2cdae7
2 changed files with 2 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.0.36',
version: '4.0.37',
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
}

View File

@ -91,9 +91,7 @@ export class TarTools {
);
content.pipe(entry);
entry.on('end', () => {
resolve();
});
resolve();
});
}