summaryrefslogtreecommitdiff
path: root/src/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops.rs')
-rw-r--r--src/ops.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ops.rs b/src/ops.rs
index 4adea46f6..83a719a29 100644
--- a/src/ops.rs
+++ b/src/ops.rs
@@ -253,6 +253,7 @@ fn op_code_fetch(
let mut msg_args = msg::CodeFetchResArgs {
module_name: Some(builder.create_string(&out.module_name)),
filename: Some(builder.create_string(&out.filename)),
+ media_type: out.media_type,
source_code: Some(builder.create_string(&out.source_code)),
..Default::default()
};