feat: update version and refactor ignore patterns in project listener

This commit is contained in:
xiongxiao
2026-03-13 18:43:40 +08:00
committed by cnb
parent dca8ffa4ad
commit 641e373f3a
5 changed files with 46 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ export const getGitPathname = (repoPath: string): string | null => {
}
return null;
} catch (err) {
console.error(`Failed to get remote URL for repo at ${repoPath}:`, err);
console.warn(`[getGitPathname] Failed to get git remote url for ${repoPath}:`);
return null;
}
};