Missing error handling #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is one code path where getCertificatesAsync is executed without any error handler: https://git.coolaj86.com/coolaj86/le-sni-auto.js/src/branch/master/index.js#L141
If the promise is rejected for any reason the node process crashes due to
UnhandledRejectionError: Unhandled rejection
.This is causing a bit of headache of mine as the error crashes the server once I changed the renewalBy value
Published le-sni-auto@2.1.9
Many thanks to @layerssss for the fix. Sorry for the long delay.