Skip to content

Commit ee11ba4

Browse files
committed
comments
1 parent 9a10b10 commit ee11ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/core/lib/asset-staging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export class AssetStaging extends Construct {
215215
assetHashType: this.hashType,
216216
customFingerprint: this.customSourceFingerprint,
217217
extraHash: props.extraHash,
218-
// TODO: may be a breaking change even if the include is undefined...
218+
// TODO: may be a breaking change even by adding this if the include is undefined when version upgrading...
219219
include: props.include,
220220
exclude: props.exclude,
221221
ignoreMode: props.ignoreMode,

0 commit comments

Comments
 (0)