From 25b35be50dd59d00e126591dd24d06824e2c50cf Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 4 Feb 2021 15:05:36 +0100 Subject: refactor: rewrite File implementation (#9334) --- op_crates/fetch/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op_crates/fetch/lib.rs') diff --git a/op_crates/fetch/lib.rs b/op_crates/fetch/lib.rs index 23f356a96..157ce2fb2 100644 --- a/op_crates/fetch/lib.rs +++ b/op_crates/fetch/lib.rs @@ -67,8 +67,8 @@ pub fn init(isolate: &mut JsRuntime) { include_str!("20_headers.js"), ), ( - "deno:op_crates/fetch/21_blob.js", - include_str!("21_blob.js"), + "deno:op_crates/fetch/21_file.js", + include_str!("21_file.js"), ), ( "deno:op_crates/fetch/26_fetch.js", -- cgit v1.2.3