Skip to content

Commit

Permalink
fix title length
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Dec 22, 2023
1 parent 138027d commit 13483a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/notices.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"notices": [
{
"title": "core: Stack crossRegionReferences and CfnJson fail with 'Error: Cannot find module '../dist/core/<file>.generated'",
"title": "core: Stack crossRegionReferences and CfnJson fail with 'Error: Cannot find module'",
"issueNumber": 28465,
"overview": "Enabling the experimental crossRegionReferences on a Stack or using the core.CfnJson construct causes app synthesis to fail 'Error: Cannot find module '../dist/core/<file>.generated' because the files are missing from the faulty release. If you are not using either of the two features, you will not be affected by this.",
"overview": "Enabling the experimental crossRegionReferences on a Stack or using the core.CfnJson construct causes app synthesis to fail with \"Error: Cannot find module '../dist/core/<file>.generated'\" because the files are missing from the faulty release. If you are not using either of the two features, you will not be affected by this.",
"components": [
{
"name": "aws-cdk-lib.CfnJson",
Expand Down

0 comments on commit 13483a6

Please sign in to comment.