Skip to content

Commit

Permalink
Get more post-load feedback from metacello for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Nov 28, 2020
1 parent 8b8bfec commit 6f00f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Metacello-MC/MetacelloVersionLoadDirective.class.st
Expand Up @@ -83,6 +83,7 @@ MetacelloVersionLoadDirective >> loadPostloadDirective: aPostloadDirective [
| block |
(block := aPostloadDirective spec postLoadDoItBlock) ~~ nil
ifTrue: [
MetacelloNotification signal: ('Evaluating -> ', aPostloadDirective spec label, ' >> ', aPostloadDirective spec postLoadDoIt value asString).
aPostloadDirective evaluateSupplyingAnswers: [ block valueWithPossibleArgs:
(Array
with: aPostloadDirective loader
Expand Down

0 comments on commit 6f00f55

Please sign in to comment.