提交 a96e22da 编写于 作者: R Rachel Macfarlane

More accurate file count for workspace stats

上级 bdffaf3a
......@@ -77,6 +77,7 @@ export function collectWorkspaceStats(folder: string, filter: string[]): Promise
}
if (token.count > MAX_FILES) {
token.count += files.length;
token.maxReached = true;
return done(results);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册