mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
chore(runtime): fix build.rs (2) (#18113)
This commit is contained in:
parent
553fc5e2f1
commit
fc6edac597
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ mod startup_snapshot {
|
|||
{
|
||||
use deno_core::ExtensionFileSourceCode;
|
||||
maybe_additional_extension = Some(
|
||||
Extension::builder_with_deps("runtime_main", vec!["runtime"])
|
||||
Extension::builder_with_deps("runtime_main", &["runtime"])
|
||||
.esm(vec![ExtensionFileSource {
|
||||
specifier: "js/99_main.js".to_string(),
|
||||
code: ExtensionFileSourceCode::IncludedInBinary(include_str!(
|
||||
|
|
Loading…
Reference in a new issue