railwayapp / nixpacks

App source + Nix packages + Docker = Image
https://nixpacks.com
MIT License
2.36k stars 226 forks source link

[php] add checkEnvErrors to the main Promise.all() #1022

Closed aleksrutins closed 7 months ago

aleksrutins commented 7 months ago

This PR makes sure that checkEnvErrors finishes running and isn't cut off - I'm not sure if Node will wait for all promises to resolve before exiting, so this is just to be safe.