#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 Nov 2016 11:06:34 +0100
changeset 20868 45600d443847
parent 20867 3c79bf1f52ee
child 20869 86fa4bf29d65
#BUGFIX by cg class: Smalltalk changed: #start delayed exitIfNoMoreUserProcesses for other script options.
Smalltalk.st
--- a/Smalltalk.st	Mon Nov 07 11:04:20 2016 +0100
+++ b/Smalltalk.st	Mon Nov 07 11:06:34 2016 +0100
@@ -4591,7 +4591,6 @@
                     ]
                 ].
 
-                Processor exitWhenNoMoreUserProcesses:true.
                 isRepl ifFalse:[
                     Debugging == true ifFalse:[
                         "/ remove the Debugger
@@ -4607,6 +4606,7 @@
                             self readEvalPrintLoop.
                             self exit.
                         ].
+                        Processor exitWhenNoMoreUserProcesses:true.
 
                         NoHandlerError handle:[:ex |
                             Debugging == true ifFalse:[