[precommitHook/tslint] fix linted file count

This commit is contained in:
spalger 2018-05-23 18:31:59 -07:00
parent 66739ffdd9
commit a0cf5c0d39

View file

@ -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
);
}
}