From 86450f4e5963f7842973d816c2a7ae622a68b296 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 20 Nov 2023 05:00:05 -0800 Subject: chore: fix `__runtime_js_sources` feature flag (#21265) --- runtime/ops/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops') diff --git a/runtime/ops/bootstrap.rs b/runtime/ops/bootstrap.rs index 066488d09..64536e721 100644 --- a/runtime/ops/bootstrap.rs +++ b/runtime/ops/bootstrap.rs @@ -29,7 +29,7 @@ deno_core::extension!( }, ); -#[derive(Serialize)] +#[derive(Serialize, Default)] #[serde(rename_all = "camelCase")] pub struct SnapshotOptions { pub deno_version: String, -- cgit v1.2.3