summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs
index 81bd4edda..3b4bfa8a8 100644
--- a/cli/build.rs
+++ b/cli/build.rs
@@ -346,6 +346,7 @@ fn create_cli_snapshot(snapshot_path: PathBuf) {
deno_runtime::snapshot::create_runtime_snapshot(
snapshot_path,
snapshot_options,
+ vec![],
);
}