提交 99ddece4 编写于 作者: J Joao Moreno

swallow cancellation error in datatree

上级 39532626
......@@ -207,7 +207,7 @@ export class DataTree<T extends NonNullable<any>, TFilterData = void> implements
slowTimeout.then(() => {
node.state = DataTreeNodeState.Slow;
this._onDidChangeNodeState.fire(node);
});
}, _ => null);
return this.dataSource.getChildren(node.element)
.then(children => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册