TextCollector.st
changeset 6727 7297280b7c28
parent 6726 9e386937fc31
child 6731 177a716f753f
--- a/TextCollector.st	Wed Oct 30 21:33:49 2019 +0100
+++ b/TextCollector.st	Wed Oct 30 21:34:53 2019 +0100
@@ -371,7 +371,8 @@
      Can be changed to (temporarily) divert the output to some file
      and/or to duplicate (send to multiple destinations) via a splitter or filterStream.
      (see example in SplittingWriteStream)"
-    
+
+    self endEntry.
     entryStream := aStream.
 !