style(minor): name walker map function

This commit is contained in:
Anton Strogonoff 2021-11-29 03:04:27 +01:00
parent 6440966854
commit 402b9fc46c

View file

@ -33,7 +33,7 @@ export default async function populateCache(workDir: string, ref: string = 'HEAD
fs,
dir: workDir,
trees: [git.TREE({ ref })],
map: async (filepath, entries) => {
map: async function lfsDownloadingWalker(filepath, entries) {
if (entries === null || entries[0] === null) {
return null;
}