提交 de63859b 编写于 作者: R Rob Lourens

#61081 - optional progress

上级 f6dc598f
......@@ -140,7 +140,9 @@ export class SearchService extends Disposable implements ISearchService {
return;
}
onProgress(item);
if (onProgress) {
onProgress(item);
}
};
return this.searchWithProviders(query, progressCallback, token);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册