#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Wed, 09 May 2018 14:33:21 +0200
changeset 22830 00ba7fc7bdca
parent 22829 f8f21ccd46d5
child 22831 754ac658dc28
#QUALITY by cg class: MiniDebugger changed: #interpreterLoopWith: (send #errorStream: instead of #error:)
MiniDebugger.st
--- a/MiniDebugger.st	Wed May 09 14:27:09 2018 +0200
+++ b/MiniDebugger.st	Wed May 09 14:33:21 2018 +0200
@@ -1053,7 +1053,7 @@
     ReadEvalPrintLoop new
         prompt:'mDBG > ';
         doChunkFormat:false;
-        error:(Processor activeProcess stderr);
+        errorStream:(Processor activeProcess stderr);
         readEvalPrintLoop.
 
 "/    |line done rslt|