mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix: remove arc
Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
parent
276cd0b0bf
commit
c0b2e1e14e
1 changed files with 0 additions and 1 deletions
|
@ -479,7 +479,6 @@ impl Project {
|
||||||
.map_err(errors::DownloadAndLinkError::Hook)?;
|
.map_err(errors::DownloadAndLinkError::Hook)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let graph = Arc::into_inner(graph).unwrap();
|
|
||||||
|
|
||||||
if install_dependencies_mode != InstallDependenciesMode::All || !force {
|
if install_dependencies_mode != InstallDependenciesMode::All || !force {
|
||||||
self.remove_unused(&graph).await?;
|
self.remove_unused(&graph).await?;
|
||||||
|
|
Loading…
Add table
Reference in a new issue