fix(core): update
This commit is contained in:
parent
5e4ec5b837
commit
3e03b81a43
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartstream',
|
||||
version: '3.0.8',
|
||||
version: '3.0.9',
|
||||
description: 'simplifies access to node streams'
|
||||
}
|
||||
|
@ -48,6 +48,5 @@ export class StreamIntake<T> extends plugins.stream.Readable {
|
||||
this.signalEndBoolean = true;
|
||||
this.pushedNextDeferred.resolve();
|
||||
this.pushNextObservable.signalComplete();
|
||||
this.push(null);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user