diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5fcf5c2..885458b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' } diff --git a/ts/smartstream.classes.streamintake.ts b/ts/smartstream.classes.streamintake.ts index 29a9268..2feb5e9 100644 --- a/ts/smartstream.classes.streamintake.ts +++ b/ts/smartstream.classes.streamintake.ts @@ -48,6 +48,5 @@ export class StreamIntake extends plugins.stream.Readable { this.signalEndBoolean = true; this.pushedNextDeferred.resolve(); this.pushNextObservable.signalComplete(); - this.push(null); } }