Skip to content

Commit

Permalink
add stack trace fuel dumper to pharo12
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanecek committed Jul 22, 2024
1 parent 219d8bd commit 2458dcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ BaselineOfLaunchpad >> baseline: spec [
spec for: #'pharo10.x' do: [ self setUpPharo10Packages: spec ].
spec for: #'pharo11.x' do: [
self setUpPharo11Packages: spec.
spec preLoadDoIt: #closeWelcomeWindow ]
spec preLoadDoIt: #closeWelcomeWindow ].
spec for: #'pharo12.x' do: [
self setUpPharo11Packages: spec.
spec preLoadDoIt: #closeWelcomeWindow ].
]

{ #category : 'post-load actions' }
Expand Down

0 comments on commit 2458dcc

Please sign in to comment.