Debugging baseline, error handler for LepiterBuildingBlocs.

This commit is contained in:
ruidajo 2024-04-02 23:32:41 +00:00
parent 2037af37a3
commit 5c897886e0
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
self setUpTeapot: spec.
self setUpPetitParser: spec.
self setUpLepiterBuildingBlocs: spec.
[self lepiterBuildingBlocs: spec]
onErrorDo: [:err | self inform: 'LepiterBuilldingBlocs error: ', err asString].
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];