From bef1d5fcd2816891643cb4853c25f9890797c456 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 23 Apr 2021 21:46:55 -0400 Subject: [PATCH] Fix --- commands/util-public/cloc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util-public/cloc.js b/commands/util-public/cloc.js index be448d1b..be234430 100644 --- a/commands/util-public/cloc.js +++ b/commands/util-public/cloc.js @@ -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, '..', '..') ] );