Skip to content

Commit 6bc77a8

Browse files
committed
Revert "why-is-node-running"
This reverts commit 3062283.
1 parent 3062283 commit 6bc77a8

File tree

6 files changed

+1
-17
lines changed

6 files changed

+1
-17
lines changed

.projenrc.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,8 +1174,6 @@ const cli = configureProject(
11741174
'wrap-ansi@^7', // Last non-ESM version
11751175
'yaml@^1',
11761176
'yargs@^15',
1177-
1178-
'why-is-node-running',
11791177
],
11801178
tsconfig: {
11811179
compilerOptions: {

packages/aws-cdk/.projen/deps.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-cdk/.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/* eslint-disable @typescript-eslint/no-shadow */ // yargs
2-
3-
import whyIsNodeRunning from 'why-is-node-running'; // should be your first import
42
import * as cxapi from '@aws-cdk/cx-api';
53
import type { ChangeSetDeployment, DeploymentMethod, DirectDeployment } from '@aws-cdk/toolkit-lib';
64
import { ToolkitError, Toolkit } from '@aws-cdk/toolkit-lib';
@@ -746,8 +744,6 @@ export function cli(args: string[] = process.argv.slice(2)) {
746744
console.log('Ending telemetry...');
747745
await CliIoHost.get()?.telemetry?.end(error);
748746
console.log(`Telemetry ended: ${new Date()}`);
749-
// eslint-disable-next-line @typescript-eslint/no-require-imports
750-
whyIsNodeRunning();
751747
} catch (e: any) {
752748
console.log(`Ending telemetry failed: ${e.message}`);
753749
await CliIoHost.get()?.asIoHelper().defaults.trace(`Ending Telemetry failed: ${e.message}`);

packages/aws-cdk/package.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)