diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index fbc1c9ffd..c7ca2ca72 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -388,7 +388,7 @@ deno_core::extension!(deno_node, "internal/constants.ts", "internal/crypto/_keys.ts", "internal/crypto/_randomBytes.ts", - "internal/crypto/_randomFill.ts", + "internal/crypto/_randomFill.mjs", "internal/crypto/_randomInt.ts", "internal/crypto/certificate.ts", "internal/crypto/cipher.ts", |