fix(populateCache): pass the right fs to git.walk

This commit is contained in:
Anton Strogonoff 2021-11-29 03:03:49 +01:00
parent f36a372bec
commit 6440966854

View file

@ -1,4 +1,4 @@
import fs from 'fs/promises';
import fs from 'fs';
import git from 'isomorphic-git';
import http from 'isomorphic-git/http/node';