changed: #errorNotify:from:allowDebug:
authorClaus Gittinger <cg@exept.de>
Mon, 05 Dec 2011 09:59:06 +0100
changeset 13846 1bf1e7a7554a
parent 13845 2bea2acfe75b
child 13847 c1552e51c27a
changed: #errorNotify:from:allowDebug:
Object.st
--- a/Object.st	Mon Dec 05 04:04:30 2011 +0100
+++ b/Object.st	Mon Dec 05 09:59:06 2011 +0100
@@ -9279,7 +9279,7 @@
         sender := aContext.
         Debugger isNil ifTrue:[
             '****************** Cought Error while in SystemProcess ****************' errorPrintCR.
-           aString errorPrintCR.
+            aString errorPrintCR.
             Exception handle:[:ex |
                 'Cought recursive error while printing backtrace:' errorPrintCR.
                 ex description errorPrintCR.
@@ -9489,7 +9489,7 @@
 !Object class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.680 2011-12-05 03:04:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.681 2011-12-05 08:59:06 cg Exp $'
 !
 
 version_SVN