We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6157d3 commit dfbde9dCopy full SHA for dfbde9d
lib/wpt/index.js
@@ -79,6 +79,7 @@ export class WPTUpdater {
79
await removeDirectory(this.fixtures(this.path));
80
81
this.cli.startSpinner('Pulling assets...');
82
+ // See https://github.com/nodejs/node-core-utils/issues/810
83
for (let i = 0; i < assets.length; i += 10) {
84
const chunk = assets.slice(i, i + 10);
85
await Promise.all(chunk.map(
0 commit comments