aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels-lib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels-lib.js b/channels-lib.js
index 980aac1..3212828 100644
--- a/channels-lib.js
+++ b/channels-lib.js
@@ -72,7 +72,7 @@ class StreamController {
this.streamData[datumIndex].oldestTimestampSeen = 0;
}
this.pushNewlySafeMessages();
- this.outputStream.push();
+ this.outputStream.end);
}
}a
}