diff options
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs index 1c27e6ebb..4fe3a5d17 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -406,6 +406,7 @@ fn create_cli_snapshot(snapshot_path: PathBuf) -> CreateSnapshotOutput { deno_runtime::ops::signal::deno_signal::init_ops(), deno_runtime::ops::tty::deno_tty::init_ops(), deno_runtime::ops::http::deno_http_runtime::init_ops(), + deno_runtime::ops::bootstrap::deno_bootstrap::init_ops(), cli::init_ops_and_esm(), // NOTE: This needs to be init_ops_and_esm! ]; |