mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
remove bootstrap methods from global scope after bootstrapping (#4869)
This commit is contained in:
parent
912a57f6a2
commit
1378df3364
12 changed files with 42 additions and 39 deletions
|
@ -154,7 +154,7 @@ fn create_main_worker(
|
|||
t.add("stderr", Box::new(stderr));
|
||||
}
|
||||
|
||||
worker.execute("bootstrapMainRuntime()")?;
|
||||
worker.execute("bootstrap.mainRuntime()")?;
|
||||
Ok(worker)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue