fix(core): make worktrees read the project id from local workspace (#16795)

This commit is contained in:
James Long
2026-03-10 11:11:28 -04:00
committed by GitHub
parent 5a40158abf
commit 4c4aed5a87
2 changed files with 38 additions and 27 deletions

View File

@@ -413,7 +413,7 @@ export namespace Worktree {
await runStartScripts(info.directory, { projectID, extra })
}
void start().catch((error) => {
return start().catch((error) => {
log.error("worktree start task failed", { directory: info.directory, error })
})
}