diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-10-26 10:34:16 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-26 10:34:16 +1100 |
| commit | 56d9a020d94f022e0c9081d661c73f278d92084a (patch) | |
| tree | c95d98e22f9bef671b0e6be956611c5868e24faa /cli/tests/testdata | |
| parent | 2ab3664e509a73b58ca65560cf18ce29b1173271 (diff) | |
fix(cli): do not cache emit when diagnostics present (#12541)
Fixes #12471
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/error_missing_module_named_import.ts.out | 1 | ||||
| -rw-r--r-- | cli/tests/testdata/localhost_unsafe_ssl.ts.out | 1 |
2 files changed, 0 insertions, 2 deletions
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 |
