Skip to content

Commit ca7bdee

Browse files
committed
Add support for automatic terminal interception of Deno
1 parent fc1e355 commit ca7bdee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interceptors/terminal/terminal-env-overrides.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ export function getTerminalEnvVars(
102102
'SSL_CERT_FILE': httpsConfig.certPath,
103103
// Trust cert when using Node 7.3.0+
104104
'NODE_EXTRA_CA_CERTS': httpsConfig.certPath,
105+
// Deno:
106+
'DENO_CERT': httpsConfig.certPath,
105107
// Trust cert when using Perl LWP
106108
'PERL_LWP_SSL_CA_FILE': httpsConfig.certPath,
107109
// Trust cert for HTTPS requests from Git

0 commit comments

Comments
 (0)