Closed igorklopov closed 1 year ago
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Deployment failed with the following error:
Your `package.json` file is missing a `build` property inside the `script` property.
Deployment failed with the following error:
Your `package.json` file is missing a `build` property inside the `script` property.
Will close the PR since it hasn't been merged in 4 years.
I'm also not sure if that would be the desired default behaviour. Maybe it should be an option?
Currently in nested retry calls the upper one gets
bail = true
if the lower one callsbail()
. Let's clear the flag so that the upper one decides it independently.