diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/build.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs index 9238096fe..a71692a31 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -285,6 +285,7 @@ mod ts { ); })), snapshot_module_load_cb: None, + with_runtime_cb: None, }); for path in output.files_loaded_during_snapshot { println!("cargo:rerun-if-changed={}", path.display()); @@ -377,6 +378,7 @@ fn create_cli_snapshot(snapshot_path: PathBuf) -> CreateSnapshotOutput { extensions, compression_cb: None, snapshot_module_load_cb: None, + with_runtime_cb: None, }) } |