diff options
author | Yarden Shoham <git@yardenshoham.com> | 2023-05-02 18:51:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 15:51:50 +0000 |
commit | 341fc11e2443e7075d96ef8c73ff15e36d2d60a2 (patch) | |
tree | 8b46d846a40a3fa8f82ff7202e41268114452ec0 /cli/tsc | |
parent | 022aae9854bed6219d75eeb82fcf46652c21050d (diff) |
docs(lib): document `Deno.Command` requires the `allow-run` permission (#18958)
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/dts/lib.deno.ns.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index 90a12ad42..408580737 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -4047,6 +4047,7 @@ declare namespace Deno { * console.assert("world\n" === new TextDecoder().decode(stderr)); * ``` * + * @tags allow-run * @category Sub Process */ export class Command { |