You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -532,6 +532,23 @@ List of [CLI options](https://nodejs.org/api/cli.html#cli_options) passed to the
532
532
533
533
## Tips
534
534
535
+
### Retry on error
536
+
537
+
Gracefully handle failures by using automatic retries and exponential backoff with the [`p-retry`](https://github.com/sindresorhus/p-retry) package:
0 commit comments