Skip to content

Commit 3800799

Browse files
committed
Fix error
1 parent d9b6722 commit 3800799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/pullRequestReviewCommon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export namespace PullRequestReviewCommon {
537537
if (branchInfo && deleteWorktree) {
538538
const worktreePath = folderRepositoryManager.getWorktreeForBranch(branchInfo.branch);
539539
if (worktreePath && !isWorktreeInWorkspace(worktreePath)) {
540-
selectedActions.push({ type: 'worktree', worktreePath });
540+
selectedActions.push({ type: 'worktree', worktreePath: worktreePath.fsPath });
541541
}
542542
}
543543

0 commit comments

Comments
 (0)