test(FN-4682): add worktree liveness regression coverage
Fusion-Task-Id: FN-4682 Fusion-Task-Lineage: f37fb4a1-878b-4d0c-85c8-0f005ab0fe7b
This commit is contained in:
committed by
gsxdsm
parent
3af4cb77ee
commit
58aa411077
@@ -106,7 +106,7 @@ export async function isUsableTaskWorktree(rootDir: string, worktreePath: string
|
||||
if (!await isRegisteredGitWorktree(rootDir, worktreePath)) {
|
||||
return false;
|
||||
}
|
||||
return isInsideGitWorkTree(worktreePath);
|
||||
return await isInsideGitWorkTree(worktreePath);
|
||||
}
|
||||
|
||||
export function isInsideWorktreesDir(
|
||||
|
||||
Reference in New Issue
Block a user