Skip to content

Catch spawn errors #37

Closed
Closed
@noamokman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions