summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-06 18:03:48 -0700
committerGitHub <noreply@github.com>2023-11-07 01:03:48 +0000
commit50e4806a2db66be289aa123a0bfd8dd8688712ba (patch)
tree7cd801045c2a7a27ac9483bb2c6066675a03d9a1 /runtime
parent777c142d39bf7af1f671239db7ba45e9a9fce48d (diff)
chore: bump deno_core (#21102)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index 2c6f0a4d8..606d341f3 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -250,6 +250,7 @@ mod startup_snapshot {
extensions,
compression_cb: None,
with_runtime_cb: None,
+ skip_op_registration: false,
});
for path in output.files_loaded_during_snapshot {
println!("cargo:rerun-if-changed={}", path.display());