Skip to content

Commit

Permalink
adjust loading supportedLanguages in language generator (#25471)
Browse files Browse the repository at this point in the history
fixes #25470
  • Loading branch information
dwarakaprasad committed Mar 12, 2024
1 parent 4198698 commit d03addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/languages/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export default class LanguagesGenerator extends BaseApplicationGenerator {
}

async beforeQueue() {
this.supportedLanguages = supportedLanguages;
if (!this.fromBlueprint) {
this.supportedLanguages = supportedLanguages;
this.composedBlueprints = await this.composeWithBlueprints('languages', {
generatorArgs: this.options.languages,
});
Expand Down

0 comments on commit d03addd

Please sign in to comment.