Manager.set not returning promise #20
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?
Causing the lib to fail in Lambda environments. Hilariously, I discovered the same bug back in the original letsencrypt lib a few years ago.
https://git.rootprojects.org/root/greenlock.js/src/branch/master/lib/manager-wrapper.js#L171-L175
Should be:
Now I'm thinking it may be deliberate after seeing "ignore promise return" https://git.rootprojects.org/root/acme.js/src/branch/master/acme.js#L489 but I think we need one there too. I'm not sure where else a promise isn't being returned but I'm still having issues so at least one more.