#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 May 2018 08:38:50 +0200
changeset 22756 030bbcf6eae9
parent 22755 6514a3df6a10
child 22757 e79e3b2b02e6
#UI_ENHANCEMENT by cg class: ReadEvalPrintLoop comment/format in: #basicReadEvalPrintLoopWithInput:output:error:compiler:prompt:print: changed: #error:position:to:from:
ReadEvalPrintLoop.st
--- 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
 !