Missing error handling #1
Cargando…
x
Referencia en una nueva incidencia
Block a user
No se ha proporcionado una descripción.
Eliminar rama "%!s() "
Eliminar una rama es permanente. Aunque la rama eliminada puede continuar existiendo durante un corto tiempo antes de que sea eliminada, en la mayoría de los casos NO PUEDE deshacerse. ¿Continuar?
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.