From 2166aa8fb6be5fdd6d607db587e236de11b6fb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 21 Mar 2024 20:57:32 +0000 Subject: chore: upgrade deno_core to 0.272.0 (#23022) --- cli/module_loader.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/module_loader.rs') diff --git a/cli/module_loader.rs b/cli/module_loader.rs index 5149c4afb..940cfbd8e 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -463,6 +463,7 @@ impl CliModuleLoader { ModuleSourceCode::String(code), specifier, &code_source.found_url, + None, )) } -- cgit v1.2.3