mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
4 lines
181 B
Text
4 lines
181 B
Text
[WILDCARD]error: Uncaught PermissionDenied: Requires read access to "non-existent", run again with the --allow-read flag
|
|
Deno.readFileSync("non-existent");
|
|
^
|
|
at [WILDCARD]
|