fix(core): update

This commit is contained in:
2023-11-14 10:58:01 +01:00
parent 5ff51ff88d
commit 49ab40af09
5 changed files with 9 additions and 9 deletions

View File

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

View File

@ -55,7 +55,7 @@ export function unbzip2Stream() {
return new plugins.smartstream.SmartDuplex({
objectMode: true,
name: 'bzip2',
debug: true,
debug: false,
highWaterMark: 1,
writeFunction: async function (data, streamTools) {
// console.log(`got chunk ${counter++}`)