diff options
Diffstat (limited to 'ext/flash/lib.rs')
-rw-r--r-- | ext/flash/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flash/lib.rs b/ext/flash/lib.rs index 273aff02d..d31e78caa 100644 --- a/ext/flash/lib.rs +++ b/ext/flash/lib.rs @@ -1515,7 +1515,7 @@ pub fn init<P: FlashPermissions + 'static>(unstable: bool) -> Extension { "deno_http", ]) .js(deno_core::include_js_files!( - prefix "deno:ext/flash", + prefix "internal:ext/flash", "01_http.js", )) .ops(vec![ |