Fix connected library manifest error formatting
This commit is contained in:
@@ -400,10 +400,11 @@ async fn resolve_manifest(
|
|||||||
|
|
||||||
Err(ErrorKind::InputError(format!(
|
Err(ErrorKind::InputError(format!(
|
||||||
concat!(
|
concat!(
|
||||||
"Could not fetch {MANIFEST_FILE_NAME}. Make sure the file ",
|
"Could not fetch {}. Make sure the file ",
|
||||||
"exists in the repository root or paste the raw manifest URL ",
|
"exists in the repository root or paste the raw manifest URL ",
|
||||||
"directly. Tried: {}"
|
"directly. Tried: {}"
|
||||||
),
|
),
|
||||||
|
MANIFEST_FILE_NAME,
|
||||||
errors.join("; ")
|
errors.join("; ")
|
||||||
))
|
))
|
||||||
.into())
|
.into())
|
||||||
|
|||||||
Reference in New Issue
Block a user