Skip to content

Commit dfbde9d

Browse files
authored
Update lib/wpt/index.js
1 parent d6157d3 commit dfbde9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/wpt/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class WPTUpdater {
7979
await removeDirectory(this.fixtures(this.path));
8080

8181
this.cli.startSpinner('Pulling assets...');
82+
// See https://github.com/nodejs/node-core-utils/issues/810
8283
for (let i = 0; i < assets.length; i += 10) {
8384
const chunk = assets.slice(i, i + 10);
8485
await Promise.all(chunk.map(

0 commit comments

Comments
 (0)