�� ----- Method: ImageWorker>>forkedImageCommand (in category 'accessing') -----
�� forkedImageCommand
+ ^ ' "' , Smalltalk vm command , '" �� "' , self forkedImageFile fullName , '" ��--no-quit'!
- ^ Smalltalk vm command, ' "', self forkedImageFile fullName, '" --no-quit'!
From reviewing CI code, it looked like��it loaded ConfigurationOfImageWorker, so uploading ImageWorker-BenComan.26.mcz would have no effect until the Configuration was updated. ��
As a first step, I have deleted ImageWorker-BenComan.26.mcz from the repository - but its 1am and I can't stay around to see the result.