mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
fix(ext/node): add process.abort() (#21742)
This commit is contained in:
parent
a7b21760fc
commit
3db9c8742d
3 changed files with 13 additions and 0 deletions
|
@ -282,6 +282,7 @@ deno_core::extension!(deno_node,
|
|||
ops::os::op_node_os_username<P>,
|
||||
ops::os::op_geteuid<P>,
|
||||
ops::os::op_cpus<P>,
|
||||
ops::os::op_process_abort,
|
||||
op_node_build_os,
|
||||
op_node_is_promise_rejected,
|
||||
op_npm_process_state,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue