#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 Nov 2016 17:31:45 +0100
changeset 20904 6452a9e1bae3
parent 20903 a196258c0e38
child 20905 a0c73010fb0f
#FEATURE by cg class: MiniDebugger changed: #printDotsMethodSource:
MiniDebugger.st
--- a/MiniDebugger.st	Tue Nov 08 17:31:29 2016 +0100
+++ b/MiniDebugger.st	Tue Nov 08 17:31:45 2016 +0100
@@ -570,7 +570,7 @@
         ] ifFalse:[
             '   ' _errorPrint.
         ].
-        (lNr printStringLeftPaddedTo:3) _errorPrint. ' |' _errorPrint.
+        (lNr printStringLeftPaddedTo:3) _errorPrint. '| ' _errorPrint.
         (src at:lNr) asString _errorPrintCR.
     ]
 !