fix(core): update
This commit is contained in:
parent
2c1d9f05ce
commit
62796f7151
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartstream',
|
||||
version: '3.0.7',
|
||||
version: '3.0.8',
|
||||
description: 'simplifies access to node streams'
|
||||
}
|
||||
|
@ -48,5 +48,6 @@ 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