summaryrefslogtreecommitdiff
path: root/runtime/build.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-07-23 15:42:41 +0200
committerGitHub <noreply@github.com>2023-07-23 13:42:41 +0000
commita4e0f3ff8851771e91c14fd398d5956d9ae73bf3 (patch)
tree33944498f53f1a64fdb17159b28a3249506c8956 /runtime/build.rs
parent4ef080cb85441d820f47c845b40213f297754f4c (diff)
chore: update deno_core to 0.196.0 (#19897)
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'runtime/build.rs')
-rw-r--r--runtime/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index dd222a8a0..6fde45377 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -350,6 +350,7 @@ mod startup_snapshot {
extensions,
compression_cb: None,
snapshot_module_load_cb: Some(Box::new(transpile_ts_for_snapshotting)),
+ with_runtime_cb: None,
});
for path in output.files_loaded_during_snapshot {
println!("cargo:rerun-if-changed={}", path.display());