From 38526ce1c161063d79c372b99e63485d789ba8b0 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 23 Apr 2021 21:28:05 -0400 Subject: [PATCH] Fix --- commands/util-public/cloc.js | 1 + 1 file changed, 1 insertion(+) 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, '..', '..') ] );