mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class ClocCommand extends Command {
|
|||||||
'--exclude-dir=node_modules',
|
'--exclude-dir=node_modules',
|
||||||
'--read-lang-def',
|
'--read-lang-def',
|
||||||
path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt'),
|
path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt'),
|
||||||
'--force-lang="TXT",txt',
|
'--force-lang=TXT,txt',
|
||||||
path.join(__dirname, '..', '..')
|
path.join(__dirname, '..', '..')
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user