Smalltalk.st
changeset 20827 efb00b398fc8
parent 20811 f372f9dccfb2
child 20828 1d6a3001e15b
--- a/Smalltalk.st	Sat Nov 05 12:03:00 2016 +0100
+++ b/Smalltalk.st	Sat Nov 05 12:09:08 2016 +0100
@@ -3814,7 +3814,7 @@
     Smalltalk openDisplay.
     Display notNil ifTrue:[ 
         Display exitOnLastClose:true.
-        Processor exitWhenNoMoreUserProcesses:true.
+        "/ Processor exitWhenNoMoreUserProcesses:true.
     ].            
 !
 
@@ -4003,7 +4003,8 @@
     ((Display notNil and:[graphicalMode])
      or:[process notNil
      or:[HeadlessOperation
-     or:[StandAlone]]]) ifTrue:[
+     or:[StandAlone]]]
+    ) ifTrue:[
         Processor exitWhenNoMoreUserProcesses:true.
         Processor dispatchLoop.
         "done - the last process finished"