I'm deploying an EJS based template, this template uses axios and some of the request promises haven't rejection handlers intentionally, because if it fails I just want to exit the process with failure.
Then it stops deploying the template, but the build process successfully ended anyway, why?
The site was published without many pages because the deployment was interrupted :disappointed:
About me
My question in a little more detail
I'm deploying an EJS based template, this template uses
axios
and some of the request promises haven't rejection handlers intentionally, because if it fails I just want to exit the process with failure.In a recent build it fires the following error:
Then it stops deploying the template, but the build process successfully ended anyway, why? The site was published without many pages because the deployment was interrupted :disappointed:
Shouldn't the build have failed? :thinking: