From bef5d551466d4884c83a515e1f79227ab24a5665 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 23 Apr 2021 21:30:06 -0400 Subject: [PATCH] Fix --- commands/util-public/cloc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/util-public/cloc.js b/commands/util-public/cloc.js index 5c0ee54b..ef346ad7 100644 --- a/commands/util-public/cloc.js +++ b/commands/util-public/cloc.js @@ -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, '..', '..') ] );