提交 713bd1e3 编写于 作者: S Sandeep Somavarapu

#59750 fix tests

上级 155eab32
......@@ -167,12 +167,13 @@ export class ExtensionsListView extends ViewletPanel {
return model;
};
const errorCallback = e => {
const model = new PagedModel([]);
if (!isPromiseCanceledError(e)) {
this.queryRequest = null;
console.warn('Error querying extensions gallery', e);
this.setModel(new PagedModel([]), true);
this.setModel(model, true);
}
return this.list!.model;
return this.list ? this.list.model : model;
};
const isLocalQuery = ExtensionsListView.isInstalledExtensionsQuery(query) || /@builtin/.test(query);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册