Stop carp application on image restart
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user