Skip to content

Commit 89481a9

Browse files
IkuyadeuRachel Macfarlane
authored andcommitted
Fix log output (microsoft#804)
1 parent faae153 commit 89481a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/reviewManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ export class ReviewManager implements vscode.DecorationProvider {
11751175
}
11761176

11771177
this._telemetry.on('pr.checkout');
1178-
Logger.appendLine('Review> switch to Pull Request #${pr.prNumber} - done', ReviewManager.ID);
1178+
Logger.appendLine(`Review> switch to Pull Request #${pr.prNumber} - done`, ReviewManager.ID);
11791179
this.switchingToReviewMode = false;
11801180
await this._repository.status();
11811181
}

0 commit comments

Comments
 (0)