Dummy change in comment to restart checks

This commit is contained in:
Haneef Mohammed 2019-07-03 10:39:28 -07:00 committed by GitHub
parent 7ca5158461
commit 9f86032f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(() => {