This commit is contained in:
Dragon Fire
2021-04-23 21:30:06 -04:00
parent 38526ce1c1
commit bef5d55146
+2 -2
View File
@@ -40,8 +40,8 @@ module.exports = class ClocCommand extends Command {
[
'--json',
'--exclude-dir=node_modules',
`--read-lang-def=${path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt')}`,
'--force-lang="Text File",txt',
'--read-lang-def',
path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt'),
path.join(__dirname, '..', '..')
]
);