summaryrefslogtreecommitdiff
path: root/ext/flash/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flash/lib.rs')
-rw-r--r--ext/flash/lib.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/flash/lib.rs b/ext/flash/lib.rs
index ab048c9cd..f92aa3ea3 100644
--- a/ext/flash/lib.rs
+++ b/ext/flash/lib.rs
@@ -1514,10 +1514,7 @@ pub fn init<P: FlashPermissions + 'static>(unstable: bool) -> Extension {
"deno_websocket",
"deno_http",
])
- .esm(deno_core::include_js_files!(
- prefix "internal:ext/flash",
- "01_http.js",
- ))
+ .esm(deno_core::include_js_files!("01_http.js",))
.ops(vec![
op_flash_serve::decl::<P>(),
op_node_unstable_flash_serve::decl::<P>(),