From 221221cc9758225a85ecebb2de206591abf16e68 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 6 May 2020 15:51:33 -0400 Subject: BREAKING: execPath should require allow-read (#5109) --- cli/js/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/lib.deno.ns.d.ts') diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index a05ff9fd6..83dc362ea 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -147,7 +147,7 @@ declare namespace Deno { * * console.log(Deno.execPath()); // e.g. "/home/alice/.local/bin/deno" * - * Requires `allow-env` permission. + * Requires `allow-read` permission. */ export function execPath(): string; -- cgit v1.2.3