AbstractOperatingSystem.st
changeset 24777 a617f175dc1b
parent 24726 6c5eecfc3b9a
child 24876 c3e80024ed1f
--- a/AbstractOperatingSystem.st	Fri Sep 13 08:29:29 2019 +0200
+++ b/AbstractOperatingSystem.st	Fri Sep 13 08:41:56 2019 +0200
@@ -753,7 +753,7 @@
             Transcript showCR:(('failed to start OS process for: %1' bindWith:openCommand) 
                                     withColor:Color brown).  
         ].
-        self halt.
+        "/ self halt.
     ].
     ExecutionError raiseErrorString:'execution of command failed: ', openCommand.