mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: temporarily disable ext/node
and use unstable ops (#15438)
This commit is contained in:
parent
d6f789eb05
commit
04d402116c
4 changed files with 61 additions and 15 deletions
|
@ -161,7 +161,7 @@ impl MainWorker {
|
|||
unstable,
|
||||
options.unsafely_ignore_certificate_errors.clone(),
|
||||
),
|
||||
deno_node::init(),
|
||||
// deno_node::init() // todo(dsherret): re-enable,
|
||||
ops::os::init(exit_code.clone()),
|
||||
ops::permissions::init(),
|
||||
ops::process::init(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue