#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 Nov 2016 16:54:34 +0100
changeset 20885 19e2872c4c50
parent 20884 a09b61740576
child 20886 64d45ff90ab6
#BUGFIX by cg class: Smalltalk changed: #start
Smalltalk.st
--- a/Smalltalk.st	Mon Nov 07 16:52:42 2016 +0100
+++ b/Smalltalk.st	Mon Nov 07 16:54:34 2016 +0100
@@ -4395,7 +4395,6 @@
 
         StandAlone ifFalse:[
             self initializeVerboseFlags.
-Verbose ifTrue:[ Logger := nil].
 
             "/
             "/ look for any '-q', '-e', '-l' or '-f' command line arguments
@@ -4612,6 +4611,7 @@
                             self readEvalPrintLoop.
                             self exit.
                         ].
+                        
                         Processor exitWhenNoMoreUserProcesses:true.
 
                         NoHandlerError handle:[:ex |