Skip to content

Commit

Permalink
chore: add note about reasoning for current structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 authored and DanielMSchmidt committed Nov 1, 2023
1 parent bd0a70f commit a421997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cdktf-cli/src/bin/cmds/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ export async function output(argv: any) {
}

export async function debug(argv: any) {
// Ideally the provider info gathering happens in `collectDebugInformation()` but the inclusion of `CdktfConfig.read()` in @cdktf/commons causes the build to fail with "error TS5055"
const config = CdktfConfig.read();
const language = config.language;
const cdktfVersion = await getPackageVersion(language, "cdktf");
Expand Down

0 comments on commit a421997

Please sign in to comment.