Skip to content

Commit 1a14aaa

Browse files
committed
delayed main job initialization to the beginning of the analysis logging
1 parent 0288626 commit 1a14aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MuTalk-Model/MTProgressBarLogger.class.st

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Class {
1313
}
1414

1515
{ #category : 'initialization' }
16-
MTProgressBarLogger >> initialize [
16+
MTProgressBarLogger >> initializeMainJob [
1717

1818
mainJob := Job new.
1919
SystemVersion current major <= 10 ifTrue: [
@@ -75,6 +75,7 @@ MTProgressBarLogger >> initializeTestJob: size [
7575
{ #category : 'logging' }
7676
MTProgressBarLogger >> logAnalysisStart [
7777

78+
self initializeMainJob.
7879
mainJob prepareForRunning
7980
]
8081

0 commit comments

Comments
 (0)