From 56d9a020d94f022e0c9081d661c73f278d92084a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 26 Oct 2021 10:34:16 +1100 Subject: fix(cli): do not cache emit when diagnostics present (#12541) Fixes #12471 --- cli/tests/testdata/error_missing_module_named_import.ts.out | 1 - cli/tests/testdata/localhost_unsafe_ssl.ts.out | 1 - 2 files changed, 2 deletions(-) (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/error_missing_module_named_import.ts.out b/cli/tests/testdata/error_missing_module_named_import.ts.out index 9569dd9a9..c6867130e 100644 --- a/cli/tests/testdata/error_missing_module_named_import.ts.out +++ b/cli/tests/testdata/error_missing_module_named_import.ts.out @@ -1,3 +1,2 @@ [WILDCARD] error: Cannot load module "file://[WILDCARD]/does_not_exist.js". - at file://[WILDCARD]/error_missing_module_named_import.ts:1:19 diff --git a/cli/tests/testdata/localhost_unsafe_ssl.ts.out b/cli/tests/testdata/localhost_unsafe_ssl.ts.out index b3f895d6e..e92e5e819 100644 --- a/cli/tests/testdata/localhost_unsafe_ssl.ts.out +++ b/cli/tests/testdata/localhost_unsafe_ssl.ts.out @@ -1,3 +1,2 @@ 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:1:28 -- cgit v1.2.3