ReadEvalPrintLoop.st
changeset 22756 030bbcf6eae9
parent 22755 6514a3df6a10
child 22757 e79e3b2b02e6
--- a/ReadEvalPrintLoop.st	Mon May 07 08:31:54 2018 +0200
+++ b/ReadEvalPrintLoop.st	Mon May 07 08:38:50 2018 +0200
@@ -256,6 +256,7 @@
 error:aString position:relPos to:relEndPos from:aCompiler
     "compiler notifies us of a warning - ignore it"
 
+    errorStream nextPutAll:'Syntax Error: ',aString.
     ^ false
 !