From cd9193f126c229f3457ada1cf9a05897fdebb77d Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 15 Nov 2021 23:25:52 +0000 Subject: fix(cli): short-circuit in prepare_module_load() (#12604) --- cli/tests/testdata/localhost_unsafe_ssl.ts.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/testdata/localhost_unsafe_ssl.ts.out') diff --git a/cli/tests/testdata/localhost_unsafe_ssl.ts.out b/cli/tests/testdata/localhost_unsafe_ssl.ts.out index e92e5e819..66c199417 100644 --- a/cli/tests/testdata/localhost_unsafe_ssl.ts.out +++ b/cli/tests/testdata/localhost_unsafe_ssl.ts.out @@ -1,2 +1,3 @@ DANGER: TLS certificate validation is disabled for: deno.land error: error sending request for url (https://localhost:5545/subdir/mod2.ts): error trying to connect: invalid certificate: UnknownIssuer + at file:///[WILDCARD]/cafile_url_imports.ts:[WILDCARD] -- cgit v1.2.3