feat: update version and refactor ignore patterns in project listener
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user