Skip to content

crypto: fix error capture when loading engine

ERR_get_error() removes the error from the queue, so Capture never actually captured the error.

This restores the pre-https://github.com/nodejs/node/pull/35093 behavior.

Merge request reports

Loading