ursa-optional error handling not working #3
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user
Nav sniegts apraksts.
Dzēst atzaru "%!s()"
Atzara dzēšana ir neatgriezeniska. Kaut arī izdzēstais zars neilgu laiku var turpināt pastāvēt, pirms tas tiešām tiek noņemts, to vairumā gadījumu NEVAR atsaukt. Vai turpināt?
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.