diff options
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r-- | cli/module_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_loader.rs b/cli/module_loader.rs index 6f1a23761..b47e2efee 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -786,7 +786,7 @@ impl NpmModuleLoader { permissions, )? } else { - // esm code is untouched + // esm and json code is untouched code }; Ok(ModuleCodeSource { |