diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-11-15 23:25:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:25:52 +1100 |
commit | cd9193f126c229f3457ada1cf9a05897fdebb77d (patch) | |
tree | 070342089d3a40300f49ba254afd43994ac2a377 /cli/tools/coverage.rs | |
parent | 243d3ba755265dc2cdc5cd0aaffdf9da57d7a931 (diff) |
fix(cli): short-circuit in prepare_module_load() (#12604)
Diffstat (limited to 'cli/tools/coverage.rs')
-rw-r--r-- | cli/tools/coverage.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/coverage.rs b/cli/tools/coverage.rs index c34ba22cc..60c87687a 100644 --- a/cli/tools/coverage.rs +++ b/cli/tools/coverage.rs @@ -693,6 +693,7 @@ pub async fn cover_files( emit::TypeLib::UnstableDenoWindow, Permissions::allow_all(), Permissions::allow_all(), + false, ) .await?; |