mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
fix(cli): short-circuit in prepare_module_load() (#12604)
This commit is contained in:
parent
243d3ba755
commit
cd9193f126
24 changed files with 266 additions and 315 deletions
|
@ -693,6 +693,7 @@ pub async fn cover_files(
|
|||
emit::TypeLib::UnstableDenoWindow,
|
||||
Permissions::allow_all(),
|
||||
Permissions::allow_all(),
|
||||
false,
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue