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