Skip to content

Commit 8387d20

Browse files
committed
Revert "// await displayVersionMessage(ioHelper);"
This reverts commit 356462c.
1 parent 356462c commit 8387d20

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ToolkitError, Toolkit } from '@aws-cdk/toolkit-lib';
55
import * as chalk from 'chalk';
66
import { CdkToolkit, AssetBuildTime } from './cdk-toolkit';
77
import { ciSystemIsStdErrSafe } from './ci-systems';
8-
// import { displayVersionMessage } from './display-version';
8+
import { displayVersionMessage } from './display-version';
99
import type { IoMessageLevel } from './io-host';
1010
import { CliIoHost } from './io-host';
1111
import { parseCommandLineArguments } from './parse-command-line-arguments';
@@ -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)