ursa-optional error handling not working #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
In 'generate-privkey.js', the following code has been written to provide a fallback if ursa fails to build:
However, due to the check
if (e.code !== 'MODULE_NOT_FOUND')
, this code fails to fall back to forge in the event that the module "installs" but dosen't "build". I am not well versed enough in ursa to even know if that should be possible, but it has given me hell this evening, as the result is a cryptic error and a stalled server. Commenting out that check caused the module to fallback on forge and work as expected.Thanks for the report. That is a very strange condition.
Can you copy/paste the cryptic error message to me or give me a summary of what it said?
Closing due to inactivity.