Skip to content

Commit

Permalink
Update tools/@aws-cdk/cdk-build-tools/bin/cdk-lint.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
  • Loading branch information
mikewrighton and mrgrain authored Sep 28, 2023
1 parent 45cf2dc commit b652f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-build-tools/bin/cdk-lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ main().catch(e => {
process.exit(1);
}).finally(() => {
buildTimer.end();
process.stdout.write(`Build times for ${currentPackageJson().name}: ${timers.display()}\n`);
process.stdout.write(`Lint times for ${currentPackageJson().name}: ${timers.display()}\n`);
});

0 comments on commit b652f3b

Please sign in to comment.