Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protect): catch and log unexpected errors
Otherwise we'll get "UnhandledPromiseRejectionWarning" warnings from NodeJS which warns us that their behaviour will change to non-zero exit codes in the future. We don't want that and we shouldn't block pipelines due to failures on our end.
- Loading branch information