Remove unneeded PPromise progress callback... #53487

This commit is contained in:
Rob Lourens
2018-08-06 16:51:45 -07:00
parent 2d996fe4fc
commit 23f5f3e8d6

View File

@@ -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();
});