mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
16 lines
423 B
Text
16 lines
423 B
Text
running 1 test from ./test/no_prompt_with_denied_perms.ts
|
|
no prompt ... FAILED ([WILDCARD]ms)
|
|
|
|
ERRORS
|
|
|
|
no prompt => ./test/no_prompt_with_denied_perms.ts:[WILDCARD]
|
|
error: PermissionDenied: Requires read access to "./some_file.txt", run again with the --allow-read flag
|
|
[WILDCARD]
|
|
|
|
FAILURES
|
|
|
|
no prompt => ./test/no_prompt_with_denied_perms.ts:[WILDCARD]
|
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD]ms)
|
|
|
|
error: Test failed
|