chore: temporarily disable ext/node and use unstable ops (#15438)

This commit is contained in:
David Sherret 2022-08-09 22:09:51 -04:00 committed by GitHub
parent d6f789eb05
commit 04d402116c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 61 additions and 15 deletions

View file

@ -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(),