mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[precommitHook/tslint] fix linted file count
This commit is contained in:
parent
66739ffdd9
commit
a0cf5c0d39
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export async function lintFiles(log: ToolingLog, files: File[]) {
|
|||
log.success(
|
||||
'[tslint/%s] %d files linted successfully',
|
||||
project.name,
|
||||
files.length
|
||||
filesInProject.length
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue