1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/node/ops/os
Leo Kettmeir cf49599359
feat: permission stack traces in ops (#26938)
This commit improves permission prompts by adding an option
to print a full trace of where the permissions is being requested.

Due to big performance hint of stack trace collection, this is only
enabled when `DENO_TRACE_PERMISSIONS` env var is present.

Closes https://github.com/denoland/deno/issues/20756

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-11-20 21:24:04 +00:00
..
cpus.rs fix(ext/node): stub cpu_info() for OpenBSD (#25807) 2024-09-23 09:08:16 +05:30
mod.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
priority.rs refactor(ext/node): use concrete error types (#26419) 2024-10-24 10:45:17 -07:00