fix(runtime): isolate agent state by project (#101)
This commit is contained in:
@ -265,9 +265,7 @@ impl PluginPackageStore for FsPluginPackageStore {
|
||||
}
|
||||
|
||||
fn app_data_dir_label(&self) -> Option<String> {
|
||||
self.root
|
||||
.parent()
|
||||
.map(|p| p.to_string_lossy().into_owned())
|
||||
self.root.parent().map(|p| p.to_string_lossy().into_owned())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user