diff options
Diffstat (limited to 'cli/ops/runtime_compiler.rs')
-rw-r--r-- | cli/ops/runtime_compiler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/runtime_compiler.rs b/cli/ops/runtime_compiler.rs index b11d79500..3965016dc 100644 --- a/cli/ops/runtime_compiler.rs +++ b/cli/ops/runtime_compiler.rs @@ -47,7 +47,7 @@ struct EmitArgs { import_map: Option<Value>, import_map_path: Option<String>, root_specifier: String, - sources: Option<HashMap<String, String>>, + sources: Option<HashMap<String, Arc<String>>>, } async fn op_emit( |