diff options
Diffstat (limited to 'channels-lib.js')
-rw-r--r-- | channels-lib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/channels-lib.js b/channels-lib.js index 3212828..4334fca 100644 --- a/channels-lib.js +++ b/channels-lib.js @@ -72,7 +72,7 @@ class StreamController { this.streamData[datumIndex].oldestTimestampSeen = 0; } this.pushNewlySafeMessages(); - this.outputStream.end); + this.outputStream.end(); } }a } |