Skip to content

Commit 849536b

Browse files
committed
Revert "comment out displayVersionMessage"
This reverts commit b44315d.
1 parent ff0164b commit 849536b

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk/lib/cli

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export async function exec(args: string[], synthesizer?: Synthesizer): Promise<n
212212
await outDirLock?.release();
213213

214214
// Do PSAs here
215-
// await displayVersionMessage(ioHelper);
215+
await displayVersionMessage(ioHelper);
216216

217217
await refreshNotices;
218218
if (cmd === 'notices') {

0 commit comments

Comments
 (0)