Smalltalk.st
changeset 20766 7a01da364910
parent 20765 7894c699d784
child 20767 5f69cd58b976
--- a/Smalltalk.st	Thu Nov 03 21:48:42 2016 +0100
+++ b/Smalltalk.st	Thu Nov 03 21:52:22 2016 +0100
@@ -4540,11 +4540,9 @@
                     self providingDisplayDo:[
                         NoHandlerError handle:[:ex |
                             Debugging == true ifFalse:[
+                                ex description lowLevelErrorPrintCR.
                                 ObjectMemory debugPrinting ifTrue:[
-                                    ex description lowLevelErrorPrintCR.
-                                    Object infoPrinting ifTrue:[
-                                        ex suspendedContext fullPrintAll.
-                                    ].    
+                                    ex suspendedContext fullPrintAll.
                                 ].
                                 self exit:1
                             ].