Replies: 2 comments 1 reply
-
No you need to specify all of the permissions that your script needs in the compile time.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd consider this a bug -- we should change that message to properly reflect that the permissions should be passed to deno compile. Could you file an issue for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I compile a program like the below
and run it (
./cat.exe
) I get the following:However, specifying
./cat.exe --allow-read
results in the same prompt.Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions