mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2025-06-13 12:54:17 +00:00
Merge b8d59009cf
into fb37ca6bde
This commit is contained in:
commit
bdccc7592b
@ -4780,7 +4780,8 @@
|
||||
|
||||
if (!cryptoObject) {
|
||||
try {
|
||||
cryptoObject = require('cry' + 'pto');
|
||||
var pto = 'pto';
|
||||
cryptoObject = require('cry' + pto);
|
||||
} catch (e) {
|
||||
// Ignore.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user