提交 23f5f3e8 编写于 作者: R Rob Lourens

Remove unneeded PPromise progress callback... #53487

上级 2d996fe4
......@@ -416,7 +416,7 @@ export class FileIndexSearchManager {
sortedSearch.then(complete => {
this.sendAsBatches(complete.results, onBatch, FileIndexSearchManager.BATCH_SIZE);
c(complete);
}, e, onBatch);
}, e);
}, () => {
sortedSearch.cancel();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册