mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
6 lines
275 B
Text
6 lines
275 B
Text
|
Hello in CLI with permissions
|
||
|
Reading DENO_HELLO env var...
|
||
|
error: Uncaught (in promise) NotCapable: Requires env access to "DENO_HELLO", specify the required permissions during compilation using `deno compile --allow-env`
|
||
|
console.log(Deno.env.get("DENO_HELLO"));
|
||
|
[WILDCARD]
|