mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:13:44 +08:00
chore: error text
This commit is contained in:
parent
e76a7716bc
commit
802b0d1a75
@ -252,7 +252,7 @@ impl PrfItem {
|
|||||||
|
|
||||||
// check the data whether the valid yaml format
|
// check the data whether the valid yaml format
|
||||||
if !serde_yaml::from_str::<Mapping>(&data).is_ok() {
|
if !serde_yaml::from_str::<Mapping>(&data).is_ok() {
|
||||||
bail!("the remote profile data is not valid yaml");
|
bail!("the remote profile data is invalid yaml");
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(PrfItem {
|
Ok(PrfItem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user