We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b6722 commit 3800799Copy full SHA for 3800799
src/github/pullRequestReviewCommon.ts
@@ -537,7 +537,7 @@ export namespace PullRequestReviewCommon {
537
if (branchInfo && deleteWorktree) {
538
const worktreePath = folderRepositoryManager.getWorktreeForBranch(branchInfo.branch);
539
if (worktreePath && !isWorktreeInWorkspace(worktreePath)) {
540
- selectedActions.push({ type: 'worktree', worktreePath });
+ selectedActions.push({ type: 'worktree', worktreePath: worktreePath.fsPath });
541
}
542
543
0 commit comments