Stop carp application on image restart
This commit is contained in:
@@ -13,6 +13,11 @@ CarpApplication class >> start [
|
||||
^ self startWith: LanguageLinkSettings carpDefaultSettings.
|
||||
]
|
||||
|
||||
{ #category : #'class initialization' }
|
||||
CarpApplication class >> startUp: resuming [
|
||||
resuming ifTrue: [ self stop ]
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
CarpApplication >> baseApplication [
|
||||
^ CarpApplication
|
||||
|
Reference in New Issue
Block a user