mirror of https://github.com/lukechilds/node.git
Browse Source
This commit fixes a small bug introduced in 671fbd5
that caused the test to not be run. crypto was properly
checked, but since tls was not imported, a TypeError
would be thrown in the `try {} catch {}` block and
falsely reported as no crypto.
This is now fixed.
PR-URL: https://github.com/iojs/io.js/pull/1141
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
v1.8.0-commit
Brendan Ashworth
10 years ago
1 changed files with 1 additions and 12 deletions
Loading…
Reference in new issue