#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 09 Nov 2016 00:03:52 +0100
changeset 20938 9532ecca5967
parent 20937 fad9938ce942
child 20939 9e6fa8c7273c
#BUGFIX by cg class: ReadEvalPrintLoop changed: #cmd_setOrClear:to:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Tue Nov 08 23:58:24 2016 +0100
+++ b/ReadEvalPrintLoop.st	Wed Nov 09 00:03:52 2016 +0100
@@ -503,7 +503,8 @@
                 editorCommand := lineStream upToEnd.
             ] ifFalse:[
                 editorCommand := nil.
-            ]
+            ].
+            ^ self.
         ].
     ].
     self errorStream showCR:'? which flag ?'.