diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/main.rs b/cli/main.rs index da7848834..5afb34f02 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -582,11 +582,9 @@ async fn cache_command( lib.clone(), Permissions::allow_all(), Permissions::allow_all(), + false, ) .await?; - if let Some(graph_error) = ps.take_graph_error() { - return Err(graph_error.into()); - } } Ok(()) |