summaryrefslogtreecommitdiff
path: root/ext/http/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http/lib.rs')
-rw-r--r--ext/http/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/lib.rs b/ext/http/lib.rs
index d6450bb69..0e3ebf766 100644
--- a/ext/http/lib.rs
+++ b/ext/http/lib.rs
@@ -81,7 +81,7 @@ pub fn init() -> Extension {
Extension::builder(env!("CARGO_PKG_NAME"))
.dependencies(vec!["deno_web", "deno_net", "deno_fetch", "deno_websocket"])
.js(include_js_files!(
- prefix "deno:ext/http",
+ prefix "internal:ext/http",
"01_http.js",
))
.ops(vec![