summaryrefslogtreecommitdiff
path: root/tests/testdata/run/node_env_var_allowlist.ts
blob: 95da38c24021f77a93e898d195f406fc3e4dcbe4 (plain)
1
2
console.log(Deno.env.get("NODE_DEBUG") ?? "ok");
Deno.env.get("NOT_NODE_DEBUG");