diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-10 10:49:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 11:49:57 -0700 |
| commit | df14835b83085017e9cf9ae66a71cd523385c5c4 (patch) | |
| tree | d258e907a9f94ebf0cd895b3fcf4441aa6a9f54a /ext/node/lib.rs | |
| parent | b78c7130e9986ce41284f33a0803ecdf6dd6affd (diff) | |
fix(ext/node): implement process.geteuid (#21151)
Fixes #21097
Diffstat (limited to 'ext/node/lib.rs')
| -rw-r--r-- | ext/node/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index bbb3f82f8..d38f10f61 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -248,6 +248,7 @@ deno_core::extension!(deno_node, ops::os::op_node_os_get_priority<P>, ops::os::op_node_os_set_priority<P>, ops::os::op_node_os_username<P>, + ops::os::op_geteuid<P>, op_node_build_os, op_is_any_arraybuffer, op_node_is_promise_rejected, |
