diff --git a/commands/util-public/cloc.js b/commands/util-public/cloc.js index c4d70fc6..5c0ee54b 100644 --- a/commands/util-public/cloc.js +++ b/commands/util-public/cloc.js @@ -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, '..', '..') ] );