Skip to content

Commit

Permalink
fix(cli): removes bad error within namespaced configuration parsing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo authored Sep 18, 2024
1 parent 2a86e80 commit ae0672f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/cli/cli/versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- changelogEntry:
- summary: Removes extraneous conditional error within namespacing configuration
type: fix
irVersion: 53
version: 0.42.6

- changelogEntry:
- summary: Adds additional metadata retrievable by `fern generator get` so you can now get the langauage and the target repo.
type: feat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export function convertSdkGroupNameToFileWithoutExtension(groupName: SdkGroupNam
assertNever(group);
}
}
if (fileNames[-1]?.toLowerCase() === "v1") {
throw new Error(`[TESTING HERE] ${JSON.stringify(groupName)}, ${JSON.stringify(fileNames)}`);
}

return fileNames.join("/");
}

Expand Down

0 comments on commit ae0672f

Please sign in to comment.