diff options
Diffstat (limited to 'runtime/build.rs')
-rw-r--r-- | runtime/build.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index e655856b5..346dbe439 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -296,8 +296,7 @@ mod startup_snapshot { runtime::init_ops_and_esm(), // FIXME(bartlomieju): these extensions are specified last, because they // depend on `runtime`, even though it should be other way around - deno_node::deno_node_loading::init_ops_and_esm::<Permissions>(None), - deno_node::deno_node::init_ops_and_esm(), + deno_node::deno_node::init_ops_and_esm::<Permissions>(None), #[cfg(not(feature = "snapshot_from_snapshot"))] runtime_main::init_ops_and_esm(), ]; |