fix(populateCache): pass the right fs to git.walk
This commit is contained in:
parent
f36a372bec
commit
6440966854
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import fs from 'fs/promises';
|
import fs from 'fs';
|
||||||
|
|
||||||
import git from 'isomorphic-git';
|
import git from 'isomorphic-git';
|
||||||
import http from 'isomorphic-git/http/node';
|
import http from 'isomorphic-git/http/node';
|
||||||
|
|
Loading…
Reference in a new issue