diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-11-09 15:19:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-09 15:19:46 +0000 |
commit | 01de3317424cc870913dbe85ff3b80eadaf8cc87 (patch) | |
tree | b50a7d4e61e311fbddd9e4350c29e2a40454ba82 /cli/mainrt.rs | |
parent | 73fbd61bd016eebbf2776dc94c15a26bf39668d6 (diff) |
perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'cli/mainrt.rs')
-rw-r--r-- | cli/mainrt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mainrt.rs b/cli/mainrt.rs index f5b798f81..9af61e128 100644 --- a/cli/mainrt.rs +++ b/cli/mainrt.rs @@ -10,6 +10,7 @@ mod standalone; mod args; mod auth_tokens; mod cache; +mod download_deno_binary; mod emit; mod errors; mod file_fetcher; |