InspectorView.st
changeset 17706 f8550765a5cf
parent 17705 bfbd5f0b4cb9
child 17814 1f32591535f0
--- a/InspectorView.st	Tue Oct 10 13:57:38 2017 +0200
+++ b/InspectorView.st	Tue Oct 10 13:58:10 2017 +0200
@@ -2897,6 +2897,8 @@
     |s maxStringLength|
 
     thisContext isRecursive ifTrue:[
+        "/ catch this, to avoid endless recurion if there is an error
+        "/ in printString generation
         ^ '**error**'
     ].
 
@@ -2971,7 +2973,7 @@
           afterMilliseconds:1000
     ].
 
-    "Modified: / 10-10-2017 / 13:57:01 / cg"
+    "Modified (format): / 10-10-2017 / 13:58:00 / cg"
 !
 
 displayStringForValue:someValue