Skip to content

Commit

Permalink
Clean up graph creation abort message
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahSink authored and David-OConnor committed Nov 1, 2020
1 parent 57230eb commit 93117dd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/dep_resolution.rs
Expand Up @@ -352,9 +352,12 @@ fn guess_graph(
d
} else {
util::abort(&format!(
"Problem getting dependency data - this is \
likely a bug in the cacheing process. Please try again in a few minutes. \
Reqs: {:#?}",
"Aborting graph creation: Problem getting dependency data\n \
Reqs: {:#?}
It's taking a long time to get dependency data - this \
usually suggests that the dependency tree is being newly \
built. Please try again in a few minutes, and if the error \
still occurs, consider opening an issue on github.",
&reqs
));
unreachable!()
Expand Down

0 comments on commit 93117dd

Please sign in to comment.