diff options
| author | Yazan AbdAl-Rahman <yazan.abdalrahman@exalt.ps> | 2024-08-20 04:20:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 01:20:06 +0000 |
| commit | 4f49f703c10afcde7155baac2b494fa6670c0115 (patch) | |
| tree | ad9231735e1fc57a71e77de97dc0ac20ea9705a6 /tests/testdata/npm | |
| parent | 0eba180fdbfdc19e15c743f00382d3fc79f65a10 (diff) | |
fix(cli): update permission prompt message for compiled binaries (#24081)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tests/testdata/npm')
| -rw-r--r-- | tests/testdata/npm/deno_run_cowsay_no_permissions.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/npm/deno_run_cowsay_no_permissions.out b/tests/testdata/npm/deno_run_cowsay_no_permissions.out index 206ef1484..837394d49 100644 --- a/tests/testdata/npm/deno_run_cowsay_no_permissions.out +++ b/tests/testdata/npm/deno_run_cowsay_no_permissions.out @@ -1,2 +1,2 @@ -error: Uncaught PermissionDenied: Requires read access to <CWD>, run again with the --allow-read flag +error: Uncaught PermissionDenied: Requires read access to <CWD>, specify the required permissions during compilation using `deno compile --allow-read` [WILDCARD] |
