🏪 getWorktreePaths.ts

This commit is contained in:
nirholas
2026-03-31 10:24:17 +00:00
parent 7621ade702
commit e55e5fb1f9

View File

@@ -68,3 +68,4 @@ export async function getWorktreePaths(cwd: string): Promise<string[]> {
return currentWorktree ? [currentWorktree, ...otherWorktrees] : otherWorktrees return currentWorktree ? [currentWorktree, ...otherWorktrees] : otherWorktrees
} }