summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/node_env_var_allowlist.ts.out
blob: 62f335c0f33a839c3e7ca47180d37ecc1fa168d4 (plain)
1
2
3
4
5
ok
[WILDCARD]error: Uncaught PermissionDenied: Requires env access to "NOT_NODE_DEBUG", run again with the --allow-env flag
Deno.env.get("NOT_NODE_DEBUG");
         ^
    at [WILDCARD]