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