diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-04-03 21:05:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 21:05:39 +0900 |
commit | 6d68392f8ae1b29626af8edc1666a889b69470a9 (patch) | |
tree | 258de97032ff34e71306d48842a2b812c003fd88 /cli/proc_state.rs | |
parent | 3cd7abf73fa104526508984daef54bbb8e120310 (diff) |
Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572)
This reverts commit b4c61c146a50dea0c4a53d8d505a4308ea7da279.
cc @nayeemrmn
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index 5e55f99f3..ab3d0bc4d 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -138,7 +138,6 @@ impl ProcState { /// Reset all runtime state to its default. This should be used on file /// watcher restarts. pub fn reset_for_file_watcher(&mut self) { - self.blob_store.clear(); self.0 = Arc::new(Inner { dir: self.dir.clone(), caches: self.caches.clone(), |