summaryrefslogtreecommitdiff
path: root/tests/specs/permission/proc_self_fd/main.js
AgeCommit message (Collapse)Author
2024-05-10fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)Matt Mastracci
`deno run script.ts <(some command)` is a valid use case -- let's allow this to work without `--allow-all`. Fixes #23703