mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix
This commit is contained in:
@@ -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, '..', '..')
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user