fix
This commit is contained in:
parent
3fa99ae0f7
commit
aeedf87a59
@ -71,7 +71,7 @@ export async function resolveTaskExecution(
|
|||||||
'Creating clone...',
|
'Creating clone...',
|
||||||
(cloneResult) => `Clone created: ${cloneResult.path} (branch: ${cloneResult.branch})`,
|
(cloneResult) => `Clone created: ${cloneResult.path} (branch: ${cloneResult.branch})`,
|
||||||
async () => createSharedClone(defaultCwd, {
|
async () => createSharedClone(defaultCwd, {
|
||||||
worktree: data.worktree,
|
worktree: data.worktree!,
|
||||||
branch: data.branch,
|
branch: data.branch,
|
||||||
taskSlug,
|
taskSlug,
|
||||||
issueNumber: data.issue,
|
issueNumber: data.issue,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user