diff options
| author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2021-03-17 22:45:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 17:45:12 -0400 |
| commit | 0e70d9e59bc0e70f1921bb217ee00fc2e6facb69 (patch) | |
| tree | d501399bd07855148ce817c568e7228bdfd87d87 /cli/tests/080_deno_emit_permissions.ts.out | |
| parent | b3fe85163f303a1592335b23c25554dd0e39a4c4 (diff) | |
refactor: clean up permission handling (#9367)
Diffstat (limited to 'cli/tests/080_deno_emit_permissions.ts.out')
| -rw-r--r-- | cli/tests/080_deno_emit_permissions.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/080_deno_emit_permissions.ts.out b/cli/tests/080_deno_emit_permissions.ts.out index cc8d13af9..4eb4fd1c1 100644 --- a/cli/tests/080_deno_emit_permissions.ts.out +++ b/cli/tests/080_deno_emit_permissions.ts.out @@ -1,2 +1,2 @@ -[WILDCARD]error: Uncaught (in promise) PermissionDenied: read access to "[WILDCARD]001_hello.js", run again with the --allow-read flag +[WILDCARD]error: Uncaught (in promise) PermissionDenied: Requires read access to "[WILDCARD]001_hello.js", run again with the --allow-read flag [WILDCARD] |
