fix(cli): short-circuit in prepare_module_load() (#12604)

This commit is contained in:
Nayeem Rahman 2021-11-15 23:25:52 +00:00 committed by GitHub
parent 243d3ba755
commit cd9193f126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 266 additions and 315 deletions

View file

@ -693,6 +693,7 @@ pub async fn cover_files(
emit::TypeLib::UnstableDenoWindow,
Permissions::allow_all(),
Permissions::allow_all(),
false,
)
.await?;