-
Notifications
You must be signed in to change notification settings - Fork 19
fix: set maxRetries to 10 when deleting assets folder
#478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Set `maxRetries` option to 10 when deleting the assets folder copied over by the legacy html generator. Related: nodejs/node#54561 Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #478 +/- ##
=======================================
Coverage 74.01% 74.01%
=======================================
Files 108 108
Lines 10316 10316
Branches 685 685
=======================================
Hits 7635 7635
Misses 2678 2678
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@nodejs/web-infra let's fast track this |
bjohansebas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Description
Set
maxRetriesoption to 10 when deleting the assets folder copied over by the legacy html generator re nodejs/node#57343 (comment)10 is arbitrary, can be any number.
Related: nodejs/node#54561
Validation
Related Issues
Check List
node --run testand all tests passed.node --run format&node --run lint.