fix(core): update

This commit is contained in:
2020-03-15 18:58:46 +00:00
parent d8f4b011b7
commit c7f800fc88
6 changed files with 17 additions and 15 deletions

View File

@@ -201,7 +201,7 @@ export const toStringSync = (filePath: string): string => {
export const toBufferSync = (filePath: string): Buffer => {
return plugins.fsExtra.readFileSync(filePath);
}
};
export const fileTreeToHash = async (dirPathArg: string, miniMatchFilter: string) => {
const fileTreeObject = await fileTreeToObject(dirPathArg, miniMatchFilter);