fix(core): update
This commit is contained in:
@ -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++}`)
|
||||
|
Reference in New Issue
Block a user