From 3e03b81a43113cdb3b520727c6f3066e66c3b8f6 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 6 Nov 2023 21:03:44 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartstream.classes.streamintake.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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); } }