diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-11 17:04:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-11 17:04:57 +0100 |
| commit | 7f0546a6b736430e6c39c55cfa77f39e70ffc9a2 (patch) | |
| tree | 9d98dd492d9cc7212421cfcb113eb6d98df9f881 /cli/tests/testdata/run/node_env_var_allowlist.ts.out | |
| parent | 38f0b41e7d16db24c1ba7c7cc7b536f4d7e169e9 (diff) | |
fix(npm): remove forgotten unstable check (#16598)
Diffstat (limited to 'cli/tests/testdata/run/node_env_var_allowlist.ts.out')
| -rw-r--r-- | cli/tests/testdata/run/node_env_var_allowlist.ts.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/node_env_var_allowlist.ts.out b/cli/tests/testdata/run/node_env_var_allowlist.ts.out new file mode 100644 index 000000000..62f335c0f --- /dev/null +++ b/cli/tests/testdata/run/node_env_var_allowlist.ts.out @@ -0,0 +1,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] |
