1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2025-06-13 12:54:17 +00:00
This commit is contained in:
Joshua May 2016-11-08 16:27:36 +00:00 committed by GitHub
commit bdccc7592b

View File

@ -4780,7 +4780,8 @@
if (!cryptoObject) {
try {
cryptoObject = require('cry' + 'pto');
var pto = 'pto';
cryptoObject = require('cry' + pto);
} catch (e) {
// Ignore.
}