mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
fix(cache): do not attempt to emit non-emitable files (#15562)
This commit is contained in:
parent
86ef743c0f
commit
362af63c6f
5 changed files with 34 additions and 9 deletions
|
@ -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",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue