style(minor): name walker map function
This commit is contained in:
parent
6440966854
commit
402b9fc46c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default async function populateCache(workDir: string, ref: string = 'HEAD
|
||||||
fs,
|
fs,
|
||||||
dir: workDir,
|
dir: workDir,
|
||||||
trees: [git.TREE({ ref })],
|
trees: [git.TREE({ ref })],
|
||||||
map: async (filepath, entries) => {
|
map: async function lfsDownloadingWalker(filepath, entries) {
|
||||||
if (entries === null || entries[0] === null) {
|
if (entries === null || entries[0] === null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue