Skip to content

Commit 4e30f29

Browse files
authored
Update generator.mjs
1 parent 33762c5 commit 4e30f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/languages/generator.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import jhipsterUtils from '../utils.js';
3434
const { languageToJavaLanguage } = jhipsterUtils;
3535
const { clientI18nFiles } = files;
3636
const { translationDefaultConfig } = generatorDefaults;
37-
const SERVER_TEST_SRC_DIR = constants;
37+
const { SERVER_TEST_SRC_DIR } = constants;
3838

3939
export default class LanguagesGenerator extends BaseApplication {
4040
constructor(args, options, features) {

0 commit comments

Comments
 (0)