#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 Nov 2016 18:58:47 +0100
changeset 20918 0abe093586f3
parent 20917 711f52ea357e
child 20919 3c3e236e39d7
#BUGFIX by cg class: ReadEvalPrintLoop changed: #cmd_read:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Tue Nov 08 18:58:04 2016 +0100
+++ b/ReadEvalPrintLoop.st	Tue Nov 08 18:58:47 2016 +0100
@@ -381,6 +381,7 @@
     ].
 'fn is ' errorPrint. filename errorPrintCR.
 
+self halt.
     newInput := filename readStream.
 self halt.
 'newInput is' errorPrint. newInput errorPrintCR.