diff options
Diffstat (limited to 'ext/crypto/lib.rs')
-rw-r--r-- | ext/crypto/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/lib.rs b/ext/crypto/lib.rs index 0ee2faecc..906e7d06f 100644 --- a/ext/crypto/lib.rs +++ b/ext/crypto/lib.rs @@ -76,7 +76,7 @@ pub fn init(maybe_seed: Option<u64>) -> Extension { Extension::builder(env!("CARGO_PKG_NAME")) .dependencies(vec!["deno_webidl", "deno_web"]) .js(include_js_files!( - prefix "deno:ext/crypto", + prefix "internal:ext/crypto", "00_crypto.js", "01_webidl.js", )) |