#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:43:53 +0200
changeset 24687 5e47960ceb21
parent 24686 9f76fdad6477
child 24688 6d56c00efca5
#OTHER by exept use allRed and allGray
OSProcess.st
--- a/OSProcess.st	Fri Aug 30 10:37:00 2019 +0200
+++ b/OSProcess.st	Fri Aug 30 10:43:53 2019 +0200
@@ -1050,9 +1050,7 @@
     pid isNil ifTrue:[
         UserPreferences current logExecutedOSCommands ifTrue:[
             Transcript 
-                showCR:(('OS command failed: %1'
-                            bindWith: self startCommand)     
-                            withColor:(Color red)).  
+                showCR:(('OS command failed: %1'bindWith: self startCommand) allRed).  
         ].
 
         "process could not be started - terminate shufflers"