Skip to content

Commit

Permalink
smoketest: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 8, 2018
1 parent 1ceb8d6 commit 534060f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/git/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,8 @@ export class CommandCenter {
private getSCMResource(uri?: Uri): Resource | undefined {
uri = uri ? uri : window.activeTextEditor && window.activeTextEditor.document.uri;

this.outputChannel.appendLine(`git.getSCMResource.uri ${uri && uri.toString()}`);

if (!uri) {
return undefined;
}
Expand Down

0 comments on commit 534060f

Please sign in to comment.