diff options
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index 45f3bed5f..529b66070 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -136,6 +136,7 @@ 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(), options: self.options.clone(), |