未验证 提交 f9491887 编写于 作者: J JJ Kasper 提交者: GitHub

Fix maxConcurrentCalls used instead of maxConcurrentWorkers (#7672)

上级 ba373d87
......@@ -300,7 +300,7 @@ export default async function build(dir: string, conf = null): Promise<void> {
})
const staticCheckWorkers = workerFarm(
{
maxConcurrentCalls: config.experimental.cpus,
maxConcurrentWorkers: config.experimental.cpus,
},
staticCheckWorker,
['default']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册