File tree 1 file changed +2
-2
lines changed
packages/aws-cdk-lib/core/lib/stack-synthesizers
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ function collectStackMetadata(stack: Stack) {
102
102
// Make the path absolute
103
103
output [ Node . PATH_SEP + node . node . path ] = node . node . metadata . map ( md => {
104
104
// If Annotations include a token, the message is resolved and output as `[object Object]` after synth
105
- // because the message will be object type using 'Fn::Join'.
105
+ // because the message will be object type using 'Ref' or ' Fn::Join'.
106
106
// It would be easier for users to understand if the message from Annotations were output in token form,
107
- // rather than in `[object Object]` or in object type using 'Fn::Join' .
107
+ // rather than in `[object Object]` or the object type.
108
108
// Therefore, we don't resolve the message if it's from Annotations.
109
109
if ( [
110
110
cxschema . ArtifactMetadataEntryType . ERROR ,
You can’t perform that action at this time.
0 commit comments