This commit is contained in:
Dragon Fire
2021-04-23 21:46:55 -04:00
parent 1e253fe02d
commit bef1d5fcd2
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = class ClocCommand extends Command {
'--exclude-dir=node_modules',
'--read-lang-def',
path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt'),
'--force-lang="TXT",txt',
'--force-lang=TXT,txt',
path.join(__dirname, '..', '..')
]
);