fix(FN-4917): stabilize workspace verification after worktree recovery changes
Fusion-Task-Id: FN-4917 Fusion-Task-Lineage: 1422a545-f4b5-4e1f-a347-8be2a4202f45
This commit is contained in:
committed by
gsxdsm
parent
5aeb7645ee
commit
434bfff37c
@@ -47,7 +47,7 @@ export interface AcquireTaskWorktreeOptions {
|
||||
settings: Partial<Settings>;
|
||||
pool?: WorktreePool;
|
||||
logger?: { log: (m: string) => void; warn: (m: string) => void; error?: (m: string) => void };
|
||||
audit?: Pick<RunAuditor, "git">;
|
||||
audit?: RunAuditor;
|
||||
runContext?: RunMutationContext;
|
||||
runInitCommand?: boolean;
|
||||
createWorktree?: (
|
||||
|
||||
Reference in New Issue
Block a user