Skip to content

Commit 533c155

Browse files
committed
removed self fs watcher for gitconvex to prevent infinite loop
1 parent 57af0cf commit 533c155

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/repoChangeListener.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ async function gitRepoListener() {
88
);
99
const { repoPath } = await fetchRepoHandler();
1010

11-
repoPath.push(__dirname);
12-
1311
if (repoPath) {
1412
repoPath.forEach((repo) => {
1513
chokidar

0 commit comments

Comments
 (0)