fix(core): update
This commit is contained in:
@@ -170,8 +170,8 @@ export class SmartDuplex<TInput = any, TOutput = any> extends Duplex {
|
||||
callback(err);
|
||||
}
|
||||
} else {
|
||||
this.push(null),
|
||||
callback();
|
||||
}
|
||||
this.push(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user