提交 5bccdeab 编写于 作者: I isidor

watch: fix minor reveal issue

上级 4ada031b
......@@ -93,7 +93,7 @@ export class WatchExpressionsView extends TreeViewsViewletPanel {
return;
}
this.tree.refresh().done(() => () => {
this.tree.refresh().done(() => {
return we instanceof Expression ? this.tree.reveal(we) : TPromise.as(true);
}, errors.onUnexpectedError);
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册