diff --git a/src/utils/getWorktreePaths.ts b/src/utils/getWorktreePaths.ts index fdac0bc..fec0f34 100644 --- a/src/utils/getWorktreePaths.ts +++ b/src/utils/getWorktreePaths.ts @@ -68,3 +68,4 @@ export async function getWorktreePaths(cwd: string): Promise { return currentWorktree ? [currentWorktree, ...otherWorktrees] : otherWorktrees } +