Skip to content

Commit 9a5332b

Browse files
committed
Bump retries count to 4
1 parent 5ff61fd commit 9a5332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-data-npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void (async () => {
7575
}
7676
return false
7777
},
78-
{ retries: 3, signal: abortSignal }
78+
{ retries: 4, signal: abortSignal }
7979
)
8080
spinner.text = 'Writing json files...'
8181
await Promise.all(

0 commit comments

Comments
 (0)