mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
adc7b3de26
`deno run script.ts <(some command)` is a valid use case -- let's allow this to work without `--allow-all`. Fixes #23703
5 lines
75 B
Text
5 lines
75 B
Text
{
|
|
"args": "run -A main.js",
|
|
"output": "hi\n\n0\n",
|
|
"exitCode": 123
|
|
}
|