Skip to content

Commit

Permalink
add tracing as a sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Dec 18, 2017
1 parent 0ea8a4e commit 8edf050
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/ui/branches/branches-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ export class BranchesContainer extends React.Component<
if (isRefInThisRepo) {
this.checkoutBranch(head.ref)
} else {
log.debug(
`onPullRequestClicked, but we can't checkout the branch: '${
head.ref
}' belongs to fork '${pullRequest.author}'`
)
// TODO: It's in a fork so we'll need to do ... something.
}

Expand Down

0 comments on commit 8edf050

Please sign in to comment.