提交 44dc166c 编写于 作者: J Jackson Kearl

Formatting ref #104400

上级 9c1df268
......@@ -53,7 +53,8 @@ export class TextSearchManager {
}
const newResultSize = this.resultSize(result);
this.resultCount += newResultSize; if (newResultSize > 0 || !extensionResultIsMatch(result)) {
this.resultCount += newResultSize;
if (newResultSize > 0 || !extensionResultIsMatch(result)) {
this.collector!.add(result, folderIdx);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册