fix(cache): do not attempt to emit non-emitable files (#15562)

This commit is contained in:
David Sherret 2022-08-23 10:30:14 -04:00 committed by GitHub
parent 86ef743c0f
commit 362af63c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 9 deletions

View file

@ -92,3 +92,8 @@ itest!(check_local_by_default2 {
output: "cache/check_local_by_default2.out",
http_server: true,
});
itest!(json_import {
// should not error
args: "cache --quiet cache/json_import/main.ts",
});