diff options
| author | MichaĆ Sabiniarz <31597105+mhvsa@users.noreply.github.com> | 2019-10-17 16:29:06 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-10-17 10:29:06 -0400 |
| commit | 75ec9426f3083bff0b0d64e8a7bd7352dfd7f67c (patch) | |
| tree | 6cb9ee97f08b305a9bbd405943ce7516ea2fae47 /cli/state.rs | |
| parent | f51dcc12d7a75a677529d63eb53d7a577d5b9289 (diff) | |
feat: --reload flag to take arg for partial reload (#3109)
Example: To reload only std modules --reload=https://deno.land/std/
Diffstat (limited to 'cli/state.rs')
| -rw-r--r-- | cli/state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/state.rs b/cli/state.rs index 70845fb8b..950bdba70 100644 --- a/cli/state.rs +++ b/cli/state.rs @@ -225,6 +225,7 @@ impl ThreadSafeState { dir.deps_cache.clone(), progress.clone(), !flags.reload, + flags.cache_blacklist.clone(), flags.no_fetch, )?; |
