Skip to content

Commit

Permalink
Dummy change in comment to restart checks
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm authored Jul 3, 2019
1 parent 7ca5158 commit 9f86032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/debug/browser/variablesView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class VariablesView extends ViewletPanel {
this.savedViewState = undefined;
} else {
if (!stackFrame) {
// We have no stackFrame, save tree state before it is cleared
// We have no stackFrame; save tree state before it is cleared
this.savedViewState = this.tree.getViewState();
}
this.tree.updateChildren().then(() => {
Expand Down

0 comments on commit 9f86032

Please sign in to comment.