🏫 getWorktreePathsPortable.ts

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

View File

@@ -25,3 +25,4 @@ export async function getWorktreePathsPortable(cwd: string): Promise<string[]> {
return []
}
}