We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868ce74 commit aa4fc25Copy full SHA for aa4fc25
1 file changed
packages/aws-cdk-lib/core/lib/asset-staging.ts
@@ -346,7 +346,7 @@ export class AssetStaging extends Construct {
346
// directory after it has been moved to the staging directory if the hash is known before bundling. This way if bundling
347
// is skipped because the bundling directory already exists we can still determine
348
// the correct packaging type.
349
- // If the hash is calculated after bundling we remove the temp dir now.
+ // If the hash is calculated after bundling we remove the temporary directory now.
350
if (bundledAsset.packaging === FileAssetPackaging.FILE) {
351
if (this.hashType === AssetHashType.OUTPUT || this.hashType === AssetHashType.BUNDLE) {
352
fs.removeSync(path.dirname(bundledAsset.path));
0 commit comments