Stop carp application on image restart

This commit is contained in:
2022-06-13 22:54:57 +02:00
parent ee48ec29f0
commit 8da76b5a3f

View File

@@ -13,6 +13,11 @@ CarpApplication class >> start [
^ self startWith: LanguageLinkSettings carpDefaultSettings. ^ self startWith: LanguageLinkSettings carpDefaultSettings.
] ]
{ #category : #'class initialization' }
CarpApplication class >> startUp: resuming [
resuming ifTrue: [ self stop ]
]
{ #category : #accessing } { #category : #accessing }
CarpApplication >> baseApplication [ CarpApplication >> baseApplication [
^ CarpApplication ^ CarpApplication