mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Merge remote-tracking branch 'origin/master' into remove-ppromise
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user