summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-03-21 20:57:32 +0000
committerGitHub <noreply@github.com>2024-03-21 13:57:32 -0700
commit2166aa8fb6be5fdd6d607db587e236de11b6fb91 (patch)
tree9dd1945b59dda8c6868934abab8d27ff05525f46 /cli/module_loader.rs
parent9abc722cc3a998b4f73103c4394b53cccdb5c83b (diff)
chore: upgrade deno_core to 0.272.0 (#23022)
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r--cli/module_loader.rs1
1 files changed, 1 insertions, 0 deletions
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,
))
}