提交 68089c30 编写于 作者: R Rachel Macfarlane

Fix #106116, collectWorkspaceStats() can hang

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