Closed
Description
If an error occurred at the open ssl spawn function it is uncaught,
Happens when I run it without admin permissions on windows.
I think we should add this:
openssl.on('error', function (err) {
callback(err);
});
at the spawnOpenSSL function, but I didn't PR because I'm not sure if you wanna wrap the exception or not.
Metadata
Assignees
Labels
No labels