update tslint
This commit is contained in:
parent
679c870229
commit
7694cc9c08
@ -336,7 +336,7 @@ export let listAllItems = function (pathArg: string, regexFilter?: RegExp): Prom
|
|||||||
allItmesArray = allItmesArray.filter((fileItem) => {
|
allItmesArray = allItmesArray.filter((fileItem) => {
|
||||||
return regexFilter.test(fileItem)
|
return regexFilter.test(fileItem)
|
||||||
})
|
})
|
||||||
};
|
}
|
||||||
done.resolve(allItmesArray)
|
done.resolve(allItmesArray)
|
||||||
return done.promise
|
return done.promise
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user