This commit is contained in:
Dragon Fire
2021-04-23 21:28:05 -04:00
parent d90160c926
commit 38526ce1c1
+1
View File
@@ -41,6 +41,7 @@ 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',
path.join(__dirname, '..', '..')
]
);