fix(core): update
This commit is contained in:
@@ -48,5 +48,6 @@ export class StreamIntake<T> extends plugins.stream.Readable {
|
||||
this.signalEndBoolean = true;
|
||||
this.pushedNextDeferred.resolve();
|
||||
this.pushNextObservable.signalComplete();
|
||||
this.push(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user